[gjs] release: prepare for 1.46.0
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] release: prepare for 1.46.0
- Date: Tue, 20 Sep 2016 18:16:31 +0000 (UTC)
commit caeb97adf1f3de02fe5c9d0cd3c1434999a1a6ce
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Sep 20 11:09:20 2016 -0700
release: prepare for 1.46.0
NEWS | 6 ++++++
configure.ac | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index a7d7137..330db9d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Version 1.46.0
+--------------
+
+- Be future proof against Format fixes in SpiderMonkey [Giovanni Campagna,
+ #770111]
+
Version 1.45.4
--------------
- Release out args before freeing caller-allocated structs [Florian Müllner,
diff --git a/configure.ac b/configure.ac
index c95115b..49b0cb3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,8 @@
# Process this file with autoconf to produce a configure script.
m4_define(pkg_major_version, 1)
-m4_define(pkg_minor_version, 45)
-m4_define(pkg_micro_version, 4)
+m4_define(pkg_minor_version, 46)
+m4_define(pkg_micro_version, 0)
m4_define(pkg_version, pkg_major_version.pkg_minor_version.pkg_micro_version)
m4_define(pkg_int_version, (pkg_major_version * 100 + pkg_minor_version) * 100 + pkg_micro_version)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]