[gnome-sound-recorder] configure.ac, main.js: update version number



commit f4ac310c2ac94896fb29678eb74b7b572e00a665
Author: Meg Ford <meg387 gmail com>
Date:   Sat Oct 26 15:50:11 2013 -0500

    configure.ac, main.js: update version number

 configure.ac |    2 +-
 src/main.js  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 271371e..682549f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([gnome-sound-recorder],[3.9.91],[gnome-sound-recorder])
+AC_INIT([gnome-sound-recorder],[3.11.1],[gnome-sound-recorder])
 
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([config.h])
diff --git a/src/main.js b/src/main.js
index ca97081..b0e075f 100644
--- a/src/main.js
+++ b/src/main.js
@@ -118,7 +118,7 @@ const Application = new Lang.Class({
         aboutDialog.program_name = _("Sound Recorder");
         aboutDialog.copyright = 'Copyright ' + String.fromCharCode(0x00A9) + ' 2013' + 
String.fromCharCode(0x2013) + 'Meg Ford.';
         aboutDialog.license_type = Gtk.License.GPL_2_0;
-        aboutDialog.version = '3.10';
+        aboutDialog.version = '3.11.1';
         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]