Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
* configure.ac, Monsoon/AssemblyInfo.cs.in, Monsoon/AssemblyInfo.cs:
Browse files Browse the repository at this point in the history
  Generate AssemblyInfo using autogen.sh/configure.

svn path=/trunk/monsoon/; revision=99323
  • Loading branch information
meebey committed Mar 30, 2008
1 parent 2d01ece commit 7e4bd7e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Monsoon/AssemblyInfo.cs → Monsoon/AssemblyInfo.cs.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// 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.11.*")]
[assembly: AssemblyVersion("@VERSION@.*")]

// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.
Expand Down
5 changes: 5 additions & 0 deletions Monsoon/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2008-03-30 Mirco Bauer <meebey@meebey.net>

* AssemblyInfo.cs.in, AssemblyInfo.cs: Generate AssemblyInfo using
autogen.sh/configure.

2008-03-30 Alan McGovern <alan.mcgovern@gmail.com>

* Monsoon.mdp, Makefile.am: use Makefiles as primary project files
Expand Down
5 changes: 3 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ AC_CONFIG_FILES([
Makefile
Monsoon/Makefile
Monsoon/monsoon
])

AC_OUTPUT
AC_OUTPUT([
Monsoon/AssemblyInfo.cs
])

0 comments on commit 7e4bd7e

Please sign in to comment.