[chronojump] BuildDate is shown in log
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] BuildDate is shown in log
- Date: Sat, 16 Jul 2016 08:18:14 +0000 (UTC)
commit 300a44ad0435673c0dc96d28d7c2f08f1c350d60
Author: Xavier de Blas <xaviblas gmail com>
Date: Sat Jul 16 10:13:48 2016 +0200
BuildDate is shown in log
howto_new_version.txt | 1 +
src/chronojump.cs | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/howto_new_version.txt b/howto_new_version.txt
index 7203420..92d55d2 100644
--- a/howto_new_version.txt
+++ b/howto_new_version.txt
@@ -3,6 +3,7 @@ check is "updated to last version"
cp ../chronojump-docs/chronojump_manual_e*.pdf manual/
2) change version on configure.ac and src/AssemblyInfo.cs
+3) change buildDate string on src/chronojump.cs
linux stuff
diff --git a/src/chronojump.cs b/src/chronojump.cs
index 802db3a..d39b1ee 100644
--- a/src/chronojump.cs
+++ b/src/chronojump.cs
@@ -38,6 +38,7 @@ public class ChronoJump
private static string progVersion = ""; //now in "version" file
private static string progName = "Chronojump";
+ private static string buildDate = "2016-07-16";
private static string runningFolder;
@@ -127,6 +128,7 @@ public class ChronoJump
}
LogB.Information("Platform:" + Environment.OSVersion.Platform);
+ LogB.Information("Build date:" + buildDate);
LogB.Information("baseDir0:", System.AppDomain.CurrentDomain.BaseDirectory);
LogB.Information("baseDir1:", baseDirectory);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]