]> Dogcows Code - chaz/openbox/blobdiff - configure.ac
dont go changing the session file all the time, and so then dont need to unlink so...
[chaz/openbox] / configure.ac
index 94f816541aaf135417ae425976287c424105a78b..2b2c43b3dbc1b2421b509c51a500c0297c6c717f 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.54])
-AC_INIT([openbox], [3.0-rc2], [http://bugzilla.icculus.org])
+AC_INIT([openbox], [3.0], [http://bugzilla.icculus.org])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([openbox/openbox.c])
 
@@ -15,7 +15,7 @@ dnl if MAJOR or MINOR version changes, be sure to change AC_INIT above to match
 dnl
 OB_MAJOR_VERSION=3
 OB_MINOR_VERSION=0
-OB_MICRO_VERSION=1
+OB_MICRO_VERSION=2
 OB_INTERFACE_AGE=0
 OB_BINARY_AGE=1
 OB_VERSION=$OB_MAJOR_VERSION.$OB_MINOR_VERSION
@@ -57,7 +57,6 @@ LIBTOOL="$LIBTOOL --silent"
 
 AC_PROG_INSTALL
 
-ALL_LINGUAS=""
 AM_GNU_GETTEXT_VERSION(0.12.1)
 AM_GNU_GETTEXT([external])
 
@@ -114,6 +113,7 @@ AC_CONFIG_FILES([
   po/Makefile.in
   render/obrender-3.0.pc
   parser/obparser-3.0.pc
+  version.h
 ])
 AC_OUTPUT
 
This page took 0.022057 seconds and 4 git commands to generate.