[gnome-sound-recorder] Prepare for release 3.18.2



commit 4dd689a2b909f9f82c1ad86a1fb400f898c7d454
Author: Meg Ford <megford gnome org>
Date:   Sat Nov 7 16:09:48 2015 -0600

    Prepare for release 3.18.2

 src/application.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index 10e610d..24da08f 100644
--- a/src/application.js
+++ b/src/application.js
@@ -160,7 +160,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.18.2;
+        aboutDialog.version = pkg.version;
         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]