[gnome-sound-recorder] Prepare for release



commit 7755a79f32d31d86d2ffef8ca19565108873bcb0
Author: Meg Ford <meg387 gmail com>
Date:   Sun Jan 12 22:44:09 2014 -0600

    Prepare for release

 configure.ac |    2 +-
 src/main.js  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index eb5d656..88d8e85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([gnome-sound-recorder],[3.11.3],[gnome-sound-recorder])
+AC_INIT([gnome-sound-recorder],[3.11.4],[gnome-sound-recorder])
 
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([config.h])
diff --git a/src/main.js b/src/main.js
index 9bfe52a..165d03d 100644
--- a/src/main.js
+++ b/src/main.js
@@ -119,7 +119,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.11.3';
+        aboutDialog.version = '3.11.4';
         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]