[chronojump] Update package version using 'configure' script



commit 8cf96849c8d6c6b40b97dd733d3750abbd64c485
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Dec 2 21:38:56 2009 +0100

    Update package version using 'configure' script

 configure.ac                                |    1 +
 src/{AssemblyInfo.cs => AssemblyInfo.cs.in} |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3cf5eaa..be3edbf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -95,6 +95,7 @@ src/Makefile
 po/Makefile
 chronojump_server/Makefile
 manual/Makefile
+src/AssemblyInfo.cs
 src/chronojump
 src/chronojump_mini
 src/chronojump.desktop
diff --git a/src/AssemblyInfo.cs b/src/AssemblyInfo.cs.in
old mode 100755
new mode 100644
similarity index 93%
rename from src/AssemblyInfo.cs
rename to src/AssemblyInfo.cs.in
index 0fb3416..c09977d
--- a/src/AssemblyInfo.cs
+++ b/src/AssemblyInfo.cs.in
@@ -23,7 +23,7 @@ using System.Runtime.CompilerServices;
 // You can specify all values by your own or you can build default build and revision
 // numbers with the '*' character (the default):
 
-[assembly: AssemblyVersion("0.8.11")]
+[assembly: AssemblyVersion("@PACKAGE_VERSION@")]
 
 // The following attributes specify the key for the sign of your assembly. See the
 // .NET Framework documentation for more information about signing.



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