[gnome-sound-recorder] configure.ac, application.js: Bump the version numbers to prepare for release



commit df624938e8dc99e9c5600990127aa23c53e639aa
Author: Meg Ford <meg387 gmail com>
Date:   Mon Feb 17 01:00:30 2014 -0600

    configure.ac, application.js: Bump the version numbers to prepare for release

 configure.ac       |    2 +-
 src/application.js |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2ce1b24..e8ab263 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([gnome-sound-recorder],[3.11.4],[gnome-sound-recorder])
+AC_INIT([gnome-sound-recorder],[3.11.9],[gnome-sound-recorder])
 
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([config.h])
diff --git a/src/application.js b/src/application.js
index 69f0814..7dc1f45 100644
--- a/src/application.js
+++ b/src/application.js
@@ -126,7 +126,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 = '3.11.4';
+        aboutDialog.version = '3.11.9';
         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]