[gjs/gnome-3-26] release: Prepare for 1.50.4



commit 08046ea1e25ddc682fb529496898a1153ca2fb35
Author: Philip Chimento <philip chimento gmail com>
Date:   Sat Jan 27 14:48:54 2018 -0800

    release: Prepare for 1.50.4

 NEWS         | 8 ++++++++
 configure.ac | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 0c4669b..9cfa9ca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Version 1.50.4
+--------------
+
+- Closed bugs and merge requests:
+
+  * Gnome Shell crash with places-status extension when you plug an USB device
+    [#33, !38, Philip Chimento]
+
 Version 1.50.3
 --------------
 
diff --git a/configure.ac b/configure.ac
index e20dffe..7ebff82 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 m4_define(pkg_major_version, 1)
 m4_define(pkg_minor_version, 50)
-m4_define(pkg_micro_version, 3)
+m4_define(pkg_micro_version, 4)
 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]