mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
Bump 0.6.x branch version to 0.6.3.
svn path=/branches/yasm-0.6.x/; revision=1987
This commit is contained in:
parent
9f1a1ba70e
commit
6df6035eb4
4 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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.])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue