mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
Bump 0.7.x branch version to 0.7.1.
svn path=/branches/yasm-0.7.x/; revision=2068
This commit is contained in:
parent
44f902939d
commit
01ef04cee1
5 changed files with 5 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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.])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue