[svn r515] update version to 0.3 trunk
authorrenatofilho
Thu Apr 05 19:58:40 2007 +0100 (2007-04-05)
branchtrunk
changeset 5104abc2d465d80
parent 509 f88d659b2d50
child 511 16312d0021cb
[svn r515] update version to 0.3
gmyth/configure.ac
     1.1 --- a/gmyth/configure.ac	Thu Apr 05 19:39:13 2007 +0100
     1.2 +++ b/gmyth/configure.ac	Thu Apr 05 19:58:40 2007 +0100
     1.3 @@ -3,14 +3,14 @@
     1.4  
     1.5  AC_PREREQ(2.50)
     1.6  
     1.7 -AC_INIT([gmyth],[0.2])
     1.8 +AC_INIT([gmyth],[0.3])
     1.9  
    1.10  dnl AC_CONFIG_SRCDIR([src/mmyth_main.c])
    1.11  AC_CONFIG_HEADER(config.h)
    1.12  
    1.13  dnl when going to/from release please set the nano (fourth number) right !
    1.14  dnl releases only do Wall, SVN and prerelease does Werror too
    1.15 -AS_VERSION(gmyth, GMYTH, 0, 2, 0, 0, GMYTH_SVN="no", GMYTH_SVN="yes")
    1.16 +AS_VERSION(gmyth, GMYTH, 0, 3, 0, 0, GMYTH_SVN="no", GMYTH_SVN="yes")
    1.17  GMYTH_MAJORMINOR=$GMYTH_MAJOR_VERSION.$GMYTH_MINOR_VERSION
    1.18  AC_SUBST(GMYTH_MAJORMINOR)
    1.19