Append -svn to version for continuing development

svn path=/trunk/; revision=987
This commit is contained in:
Curtis Gedak 2008-11-29 15:53:10 +00:00
parent c56f8bf4e5
commit ffd362cb42
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-11-29 Curtis Gedak <gedakc@gmail.com>
* configure.in: Append -svn to version for continuing development
2008-11-28 Curtis Gedak <gedakc@gmail.com>
* configure.in: gparted-0.4.0

View File

@ -1,4 +1,4 @@
AC_INIT([gparted],[0.4.0],[http://bugzilla.gnome.org/simple-bug-guide.cgi?product=gparted])
AC_INIT([gparted],[0.4.0-svn],[http://bugzilla.gnome.org/simple-bug-guide.cgi?product=gparted])
AC_CONFIG_SRCDIR(src/main.cc)
AC_CONFIG_HEADERS([config.h])