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>2010-10-19 00:23:50 +0000
committerStijn Buys <ingar@osirion.org>2010-10-19 00:23:50 +0000
commitedb6d6bb6406020d9e49a1898d23e2709c14196d (patch)
tree385a1d24283e5aac494731c8af49c7ef8a7b2315 /configure.in
parent7a373c3f1fb8ea9dbef7690154bbe332fc386eca (diff)
corrects a bullet segfault when deleteing an EntityControlable
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 0b32047..ef5bc27 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.1.0'
+OSIRIONVERSION='0.2.0'
SVNREVISION=`svnversion $srcdir`
if test ! -z "$SVNREVISION"; then