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>2009-02-21 13:38:12 +0000
committerStijn Buys <ingar@osirion.org>2009-02-21 13:38:12 +0000
commit1a4ae6ca5cd3aac0fd639c554e824525d98676ea (patch)
tree35ae5e26fc98c60c38a4365aef45a6342039cc56 /configure.in
parent028d9195a9a8482cff9ae4b2e3ea77d1de24b732 (diff)
sane version number,
conditional definition of missing OpenGL defines on win32, updated planet collision warning message, removed material loader debug messages
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index a7d8ef5..e4f6aff 100644
--- a/configure.in
+++ b/configure.in
@@ -2,11 +2,11 @@ AC_INIT(configure.in)
dnl ----------------------------------------------------------------
dnl append SVN revision to the version number
-OSIRIONVERSION='0.1'
+OSIRIONVERSION='0.1.0'
SVNREVISION=`svnversion $srcdir`
if test ! -z "$SVNREVISION"; then
- OSIRIONVERSION="${OSIRIONVERSION}_${SVNREVISION}"
+ OSIRIONVERSION="${OSIRIONVERSION}-svn${SVNREVISION}"
fi
AM_CONFIG_HEADER(src/config.h)