From 01ef04cee1ef613feaadfacf33754e2778b9084a Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Wed, 16 Apr 2008 03:41:03 +0000 Subject: [PATCH] Bump 0.7.x branch version to 0.7.1. svn path=/branches/yasm-0.7.x/; revision=2068 --- 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 d3226cb8..32255c8b 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.0" +#define PACKAGE_INTVER "0.7.1" /* 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 13954830..ecc72cc0 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.0" +#define PACKAGE_INTVER "0.7.1" /* 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 450f5eaf..21322ad5 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.0" +#define PACKAGE_INTVER "0.7.1" /* 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 450f5eaf..21322ad5 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.0" +#define PACKAGE_INTVER "0.7.1" /* Define to the full name of this package. */ #define PACKAGE_NAME "yasm" diff --git a/configure.ac b/configure.ac index 92a0260d..7ee36944 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.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.]) -- 2.40.0