Append -svn to version for continuing development

svn path=/trunk/; revision=992
This commit is contained in:
Curtis Gedak 2008-12-02 17:19:45 +00:00
parent a82ff5a466
commit a67dc1c51d
2 changed files with 5 additions and 1 deletions

View File

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

View File

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