[gnome-sound-recorder] Prepare for release 3.11.92



commit c1e3fe2782485ed08cbd39df4dcb8a5bcab2cd38
Author: Meg Ford <meg387 gmail com>
Date:   Wed Mar 19 11:57:37 2014 -0500

    Prepare for release 3.11.92

 configure.ac       |    2 +-
 src/application.js |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c2db38a..a643b81 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([gnome-sound-recorder],[3.11.91.1],[gnome-sound-recorder])
+AC_INIT([gnome-sound-recorder],[3.11.92],[gnome-sound-recorder])
 
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([config.h])
diff --git a/src/application.js b/src/application.js
index 01911c6..ff7e1a0 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.91.1';
+        aboutDialog.version = '3.11.92';
         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]