[gnome-sound-recorder] Prepare for release 3.18.2
- From: Meg Ford (Margaret) <megford src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sound-recorder] Prepare for release 3.18.2
- Date: Sat, 7 Nov 2015 22:11:45 +0000 (UTC)
commit 353f499eeba7d24bef2705c72cd00c66c68de16d
Author: Meg Ford <megford gnome org>
Date: Sat Nov 7 14:37:42 2015 -0600
Prepare for release 3.18.2
NEWS | 4 ++++
configure.ac | 2 +-
src/application.js | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index ebc79b3..a6b4dfd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+ 3.18.2
+ ======
+ Fix for Bug 756993.
+
3.18.1
======
Translation updates.
diff --git a/configure.ac b/configure.ac
index e5cfde7..99f2bba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([gnome-sound-recorder],[3.18.1],[gnome-sound-recorder])
+AC_INIT([gnome-sound-recorder],[3.18.2],[gnome-sound-recorder])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
diff --git a/src/application.js b/src/application.js
index 24da08f..10e610d 100644
--- a/src/application.js
+++ b/src/application.js
@@ -160,7 +160,7 @@ const Application = new Lang.Class({
aboutDialog.copyright = 'Copyright ' + String.fromCharCode(0x00A9) + ' 2013' +
String.fromCharCode(0x2013) + 'Meg Ford';
aboutDialog.license_type = Gtk.License.GPL_2_0;
aboutDialog.logo_icon_name = 'audio-input-microphone';
- aboutDialog.version = pkg.version;
+ aboutDialog.version = 3.18.2;
aboutDialog.website = 'http://live.gnome.org/GnomeSoundRecorder';
aboutDialog.wrap_license = true;
aboutDialog.modal = true;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]