From 6df6035eb4c08e423f2e7daf7deb726603b951df Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Fri, 21 Sep 2007 18:39:43 +0000 Subject: [PATCH] Bump 0.6.x branch version to 0.6.3. svn path=/branches/yasm-0.6.x/; revision=1987 --- Mkfiles/dj/config.h | 2 +- Mkfiles/vc/config.h | 2 +- Mkfiles/vc8/config.h | 2 +- configure.ac | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Mkfiles/dj/config.h b/Mkfiles/dj/config.h index 5e7b01f8..e68b5c24 100644 --- a/Mkfiles/dj/config.h +++ b/Mkfiles/dj/config.h @@ -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" diff --git a/Mkfiles/vc/config.h b/Mkfiles/vc/config.h index 244b3eaf..8c1e92a4 100644 --- a/Mkfiles/vc/config.h +++ b/Mkfiles/vc/config.h @@ -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" diff --git a/Mkfiles/vc8/config.h b/Mkfiles/vc8/config.h index 5cba3984..29438677 100644 --- a/Mkfiles/vc8/config.h +++ b/Mkfiles/vc8/config.h @@ -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" diff --git a/configure.ac b/configure.ac index 330ff739..e680173d 100644 --- a/configure.ac +++ b/configure.ac @@ -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.]) -- 2.40.0