[moserial] pre-release version bump, change about dialog url label



commit dba2c20223f52ad5e34e6720ed14db46d0aab4c1
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date:   Tue Jan 24 08:59:36 2012 -0500

    pre-release version bump, change about dialog url label

 NEWS                |    5 +++++
 configure.ac        |    2 +-
 src/MainWindow.vala |    1 +
 3 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 800e6cb..225fbf6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Version 3.0.5
+-------------
+	* support ttyACM device names
+
+
 Version 3.0.4
 -------------
 	* Fixed non-functional recording timeout spinbutton 
diff --git a/configure.ac b/configure.ac
index 205094c..4dd16ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([moserial],[3.0.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=moserial])
+AC_INIT([moserial],[3.0.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=moserial])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS(config.h)
 AM_INIT_AUTOMAKE([dist-bzip2])
diff --git a/src/MainWindow.vala b/src/MainWindow.vala
index 856f491..54029d9 100644
--- a/src/MainWindow.vala
+++ b/src/MainWindow.vala
@@ -772,6 +772,7 @@ public class moserial.MainWindow : Gtk.Window //Have to extend Gtk.Winow to get
                                    "wrap-license", true,
                                    "license", license_trans,
                                    "website", "http://live.gnome.org/moserial";,
+                                   "website_label", "http://live.gnome.org/moserial";,
                                    null);
         }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]