Bump 0.6.x branch version to 0.6.3.

svn path=/branches/yasm-0.6.x/; revision=1987
This commit is contained in:
Peter Johnson 2007-09-21 18:39:43 +00:00
parent 9f1a1ba70e
commit 6df6035eb4
4 changed files with 4 additions and 4 deletions

View file

@ -119,7 +119,7 @@
#define PACKAGE_BUILD "BRANCH"
/* Define to internal version of this package. */
#define PACKAGE_INTVER "0.6.2"
#define PACKAGE_INTVER "0.6.3"
/* Define to the full name of this package. */
#define PACKAGE_NAME "yasm"

View file

@ -120,7 +120,7 @@
#define PACKAGE_BUILD "BRANCH"
/* Define to internal version of this package. */
#define PACKAGE_INTVER "0.6.2"
#define PACKAGE_INTVER "0.6.3"
/* Define to the full name of this package. */
#define PACKAGE_NAME "yasm"

View file

@ -120,7 +120,7 @@
#define PACKAGE_BUILD "BRANCH"
/* Define to internal version of this package. */
#define PACKAGE_INTVER "0.6.2"
#define PACKAGE_INTVER "0.6.3"
/* Define to the full name of this package. */
#define PACKAGE_NAME "yasm"

View file

@ -13,7 +13,7 @@ AM_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE(yasm, [0.6.x])
AM_MAINTAINER_MODE
AC_DEFINE(PACKAGE_INTVER, ["0.6.2"],
AC_DEFINE(PACKAGE_INTVER, ["0.6.3"],
[Define to internal version of this package.])
AC_DEFINE(PACKAGE_BUILD, ["BRANCH"], [Define to build version of this package.])