From 722ebc65ed7c6d8597d9bbf6b3ea47397720408e Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Thu, 9 Oct 2008 06:02:25 +0000 Subject: [PATCH] Bump 0.7.x branch version to 0.7.3. svn path=/branches/yasm-0.7.x/; revision=2155 --- Mkfiles/dj/config.h | 2 +- Mkfiles/vc/config.h | 2 +- Mkfiles/vc8/config.h | 2 +- Mkfiles/vc9/config.h | 2 +- configure.ac | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Mkfiles/dj/config.h b/Mkfiles/dj/config.h index e59a2f93..b06bb6b4 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.7.2" +#define PACKAGE_INTVER "0.7.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 c05bc9e0..a3b0337e 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.7.2" +#define PACKAGE_INTVER "0.7.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 53fbf5d1..fb7842b1 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.7.2" +#define PACKAGE_INTVER "0.7.3" /* Define to the full name of this package. */ #define PACKAGE_NAME "yasm" diff --git a/Mkfiles/vc9/config.h b/Mkfiles/vc9/config.h index 53fbf5d1..fb7842b1 100644 --- a/Mkfiles/vc9/config.h +++ b/Mkfiles/vc9/config.h @@ -120,7 +120,7 @@ #define PACKAGE_BUILD "BRANCH" /* Define to internal version of this package. */ -#define PACKAGE_INTVER "0.7.2" +#define PACKAGE_INTVER "0.7.3" /* Define to the full name of this package. */ #define PACKAGE_NAME "yasm" diff --git a/configure.ac b/configure.ac index ea1372f3..a6b7b0c7 100644 --- a/configure.ac +++ b/configure.ac @@ -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.2"], +AC_DEFINE(PACKAGE_INTVER, ["0.7.3"], [Define to internal version of this package.]) AC_DEFINE(PACKAGE_BUILD, ["BRANCH"], [Define to build version of this package.]) -- 2.49.0