Skip to content

Commit

Permalink
version bump for 17
Browse files Browse the repository at this point in the history
  • Loading branch information
robn committed Dec 8, 2011
1 parent 3f94bcf commit 4c12f26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -5,7 +5,7 @@ dnl Setup
dnl ###########################################################################
AC_PREREQ(2.59)

AC_INIT([pioneer], [alpha-17-freeze], [pioneer@pioneerspacesim.net])
AC_INIT([pioneer], [alpha-17], [pioneer@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
Expand Up @@ -3,7 +3,7 @@

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

0 comments on commit 4c12f26

Please sign in to comment.