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>2013-01-01 19:56:57 +0000
committerStijn Buys <ingar@osirion.org>2013-01-01 19:56:57 +0000
commitfc66a2425d849e7f84be1d5abadc84dd0c6fe0c6 (patch)
tree680ea7d1174744be49f8fdd5b9c5dfe012b6acda
parentba601efbec81d4a5bfd3717a087c350f848159bf (diff)
Bumped version number to 0.2.4.
-rw-r--r--ChangeLog2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2da7814..abde04b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,7 +9,7 @@
2013-01-01
- src revision 1280
+ src revision 1281
- Play stationary engine sounds.
- Corrected engine sound location for scaled models.
diff --git a/configure.in b/configure.in
index d77d1dc..42d43af 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.3'
+OSIRIONVERSION='0.2.4'
SVNREVISION=`svnversion $srcdir`
if test ! -z "$SVNREVISION"; then