diff --git a/configure.ac b/configure.ac index 372f4d53f1..979635580e 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.61]) -AC_INIT([naev], [0.5.-1], [bobbens@gmail.com]) +AC_INIT([naev], [0.5.-2], [bobbens@gmail.com]) AC_CONFIG_SRCDIR([src/naev.c]) AC_CONFIG_HEADERS([src/config.h]) AC_CONFIG_MACRO_DIR([m4])