[gnome-sound-recorder] configure.ac, main.js: bump the version numbers
- From: Meg Ford (Margaret) <megford src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sound-recorder] configure.ac, main.js: bump the version numbers
- Date: Tue, 17 Dec 2013 23:55:18 +0000 (UTC)
commit fcb4edad37e3c3b06a0abb33af0d58017e5ac8e1
Author: Meg Ford <meg387 gmail com>
Date: Mon Dec 16 19:51:19 2013 -0600
configure.ac, main.js: bump the version numbers
configure.ac | 2 +-
src/main.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 682549f..670ca43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([gnome-sound-recorder],[3.11.1],[gnome-sound-recorder])
+AC_INIT([gnome-sound-recorder],[3.11.3],[gnome-sound-recorder])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
diff --git a/src/main.js b/src/main.js
index 0f9a865..f649739 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.1';
+ aboutDialog.version = '3.11.3';
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]