Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
robn committed Jun 10, 2011
1 parent 7debd55 commit d197acf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Pioneer Space Simulator - alpha 10
Pioneer Space Simulator - alpha 11
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Pioneer is a space adventure game set in the Milky Way galaxy at the turn of
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dnl Setup
dnl ###########################################################################
AC_PREREQ(2.59)

AC_INIT([pioneer], [alpha-11-freeze], [pioneer-dev@pioneerspacesim.net])
AC_INIT([pioneer], [alpha-11], [pioneer-dev@pioneerspacesim.net])
dnl AC_CONFIG_HEADERS([config.h])

AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 dist-xz dist-zip])
Expand Down
2 changes: 1 addition & 1 deletion src/buildopts.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

// game version. usually defined by configure
#ifndef PIONEER_VERSION
#define PIONEER_VERSION "alpha 11 freeze"
#define PIONEER_VERSION "alpha 11"
#endif
#ifndef PIONEER_EXTRAVERSION
#define PIONEER_EXTRAVERSION ""
Expand Down

0 comments on commit d197acf

Please sign in to comment.