[moserial] pre-release version bump, NEWS update, copyright year change



commit 6131550bbd025155518c58ebb92645358f8af18e
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date:   Fri Mar 3 09:01:30 2017 -0500

    pre-release version bump, NEWS update, copyright year change

 NEWS                |    7 +++++++
 configure.ac        |    2 +-
 src/MainWindow.vala |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c9cd3fd..65ee747 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Version 3.0.11
+--------------
+
+       * use colour instead of color (bug 760753)
+       * fixed 921600 baud rate selection (bug 779511)
+
+
 Version 3.0.10
 --------------
 
diff --git a/configure.ac b/configure.ac
index c491440..38d012f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([moserial],[3.0.10],[http://bugzilla.gnome.org/enter_bug.cgi?product=moserial])
+AC_INIT([moserial],[3.0.11],[http://bugzilla.gnome.org/enter_bug.cgi?product=moserial])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS(config.h)
 AM_INIT_AUTOMAKE([dist-xz tar-ustar no-dist-gzip])
diff --git a/src/MainWindow.vala b/src/MainWindow.vala
index fd6497e..aa1d49f 100644
--- a/src/MainWindow.vala
+++ b/src/MainWindow.vala
@@ -771,7 +771,7 @@ public class moserial.MainWindow : Gtk.Window //Have to extend Gtk.Winow to get
 
                 show_about_dialog (gtkWindow,
                                    "version", Config.VERSION,
-                                   "copyright", "Copyright © 2009-2015\nMichael J. Chudobiak\n<mjc svn gnome 
org>",
+                                   "copyright", "Copyright © 2009-2017\nMichael J. Chudobiak\n<mjc svn gnome 
org>",
                                    "comments", _("A serial terminal for the GNOME desktop, optimized for 
logging and file capture."),
                                    "authors", authors,
                                    "translator-credits", translators,


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