[chronojump] Uses the correct autogen variable.



commit 41e37b20d415b34af4b21ab7e54266b2bcab5ab2
Author: Carles Pina i Estany <carles pina cat>
Date:   Tue Oct 18 19:39:38 2016 +0200

    Uses the correct autogen variable.

 src/buildInfo.cs.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/buildInfo.cs.in b/src/buildInfo.cs.in
index 806e03b..256c03c 100644
--- a/src/buildInfo.cs.in
+++ b/src/buildInfo.cs.in
@@ -6,7 +6,7 @@ public class BuildInfo
        // chronojumpVersion might be like 1.6.2 if it's from a tagged
        // version and be the same as UtilAll::ReadVersion() or might be
        // 1.6.2-276-gd579c89 (see output of git describe)
-       public static string chronojumpVersion= "@BUILD_CHRONOJUMP_VERSION@";
+       public static string chronojumpVersion= "@PACKAGE_VERSION@";
 
        // It's the timestamp because git log doesn't give anything like
        // YYYY-MM-DD


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