Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-01-22 13:03:44 +0000
committerStijn Buys <ingar@osirion.org>2012-01-22 13:03:44 +0000
commit9634bd52544d4083e0252ab47b3cf20829f91fa9 (patch)
tree1e5af8a2e95cc060cfbf64331682d329363a3213 /configure.in
parentfd3c0a700cf93d81615e32fbaade138ebf85f12c (diff)
Bumped version number to 0.2.1, updated changelog, corrected a spectator crashbug.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ee61ce4..775928c 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_INIT(configure.in)
dnl ----------------------------------------------------------------
dnl append SVN revision to the version number
-OSIRIONVERSION='0.2.0'
+OSIRIONVERSION='0.2.1'
SVNREVISION=`svnversion $srcdir`
if test ! -z "$SVNREVISION"; then