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



commit fc58b190e7fb30894f109e5debc8ad9444de17e0
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date:   Mon Jan 8 07:59:54 2018 -0500

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

 NEWS                |   10 ++++++++++
 configure.ac        |    2 +-
 src/MainWindow.vala |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 65ee747..b77baba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Version 3.0.12
+--------------
+
+       * correctly call gettext
+       * remove #if support for old vala versions
+       * removed some deprecated calls
+       * removed the OMF file
+       * add Ctrl+L shortcut to clear screen (similar to bash)
+
+
 Version 3.0.11
 --------------
 
diff --git a/configure.ac b/configure.ac
index f466b3d..c53491a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([moserial],[3.0.11],[http://bugzilla.gnome.org/enter_bug.cgi?product=moserial])
+AC_INIT([moserial],[3.0.12],[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 9a4036f..13dd6c3 100644
--- a/src/MainWindow.vala
+++ b/src/MainWindow.vala
@@ -766,7 +766,7 @@ public class moserial.MainWindow : Gtk.Window //Have to extend Gtk.Winow to get
 
                 show_about_dialog (gtkWindow,
                                    "version", Config.VERSION,
-                                   "copyright", "Copyright © 2009-2017\nMichael J. Chudobiak\n<mjc svn gnome 
org>",
+                                   "copyright", "Copyright © 2009-2018\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]