Bump 0.7.x branch version to 0.7.1.

svn path=/branches/yasm-0.7.x/; revision=2068
This commit is contained in:
Peter Johnson 2008-04-16 03:41:03 +00:00
parent 44f902939d
commit 01ef04cee1
5 changed files with 5 additions and 5 deletions

View file

@ -119,7 +119,7 @@
#define PACKAGE_BUILD "BRANCH"
/* Define to internal version of this package. */
#define PACKAGE_INTVER "0.7.0"
#define PACKAGE_INTVER "0.7.1"
/* 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.7.0"
#define PACKAGE_INTVER "0.7.1"
/* 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.7.0"
#define PACKAGE_INTVER "0.7.1"
/* 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.7.0"
#define PACKAGE_INTVER "0.7.1"
/* 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.7.x])
AM_MAINTAINER_MODE
AC_DEFINE(PACKAGE_INTVER, ["0.7.0"],
AC_DEFINE(PACKAGE_INTVER, ["0.7.1"],
[Define to internal version of this package.])
AC_DEFINE(PACKAGE_BUILD, ["BRANCH"], [Define to build version of this package.])