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

Commit

Permalink
Update the version
Browse files Browse the repository at this point in the history
svn path=/trunk/monsoon/; revision=123974
  • Loading branch information
alanmcgovern committed Jan 21, 2009
1 parent b2e6955 commit bbdf769
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -8,7 +8,7 @@ SUBDIRS = \
Monsoon \
po

run: all
run:
mono --debug Monsoon/bin/Release/Monsoon.exe -d

run-clean: all
Expand Down
2 changes: 1 addition & 1 deletion Monsoon/AssemblyInfo.cs
Expand Up @@ -11,4 +11,4 @@
[assembly: AssemblyCulture("")]

// Major.Minor.Build.Revision
[assembly: AssemblyVersion("0.2.0")]
[assembly: AssemblyVersion("0.20")]
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.54])
AC_INIT([Monsoon], [0.2.0])
AC_INIT([Monsoon], [0.20])
AM_INIT_AUTOMAKE([foreign tar-pax])
AM_MAINTAINER_MODE

Expand Down

0 comments on commit bbdf769

Please sign in to comment.