diff options
-rw-r--r-- | ROADMAP | 9 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 6 insertions, 5 deletions
@@ -1,6 +1,6 @@ ROADMAP -* MILESTONE 1 - version 0.0.1 +* MILESTONE 1 - version 0.1 Description: The game takes place in a simple solar system with one star, @@ -20,7 +20,7 @@ Requires: Camera handling Keyboard bindings -* MILESTONE 2 - version 0.0.2 +* MILESTONE 2 - version 0.2 Description: Players can shoot at each other. They can crash into the star @@ -34,7 +34,7 @@ Requires: Particle systems clip brushes and collision detection -* MILESTONE 3 - version 0.0.3 +* MILESTONE 3 - version 0.3 Description: Players can dock at the space station and buy a ship or purchase @@ -44,13 +44,14 @@ Requires: Docking Docking GUI -* MILESTONE 4 - version 0.0.4 +* MILESTONE 4 - version 0.4 * MILESTONE 5 .. + * Release 1.0 Requires: diff --git a/configure.in b/configure.in index 1628c75..d0b75ff 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.0.1' +OSIRIONVERSION='0.1' SVNREVISION=`svnversion $srcdir` if test ! -z "$SVNREVISION"; then |