[chronojump] Bump version 1.6.2



commit 3f62ca267d85917649b114ae5a73421a518305fc
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri Aug 5 11:47:46 2016 +0200

    Bump version 1.6.2

 configure.ac          |    2 +-
 src/gui/chronojump.cs |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 51bb630..85aa177 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 dnl Warning: This is an automatically generated file, do not edit!
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.54])
-AC_INIT([chronojump], [1.6.1])
+AC_INIT([chronojump], [1.6.2])
 AM_INIT_AUTOMAKE([foreign])
 
 AC_CONFIG_MACRO_DIR([build/m4])
diff --git a/src/gui/chronojump.cs b/src/gui/chronojump.cs
index 3b68506..b322b25 100644
--- a/src/gui/chronojump.cs
+++ b/src/gui/chronojump.cs
@@ -631,7 +631,8 @@ public partial class ChronoJumpWindow
                videoCaptureInitialize();
        
                //leave empty on new releases   
-               string buildDate = " (2016-07-27)";
+               //string buildDate = " (2016-07-27)";
+               string buildDate = "";
                label_version.Text = progVersion + buildDate;
                LogB.Information("Build date:" + buildDate);
        }


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