Skip to content

Commit

Permalink
* Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
BTAxis authored and BTAxis committed Mar 25, 2012
1 parent f46bfb8 commit 9064a71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.61])
AC_INIT([naev], [0.5.1], [[email protected]])
AC_INIT([naev], [0.5.2], [[email protected]])
AC_CONFIG_SRCDIR([src/naev.c])
AC_CONFIG_HEADERS([src/config.h])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
2 changes: 1 addition & 1 deletion extras/win_installer/naev.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
;General

;Name and file
!define VERSION "0.5.1"
!define VERSION "0.5.2"
!define URL "http://naev.org"
Name "Naev"
OutFile "naev-${VERSION}-win32.exe"
Expand Down

0 comments on commit 9064a71

Please sign in to comment.