From b2d86721c82fba01d8a52ef9419c40c39be393f0 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Sat, 12 Apr 2008 01:10:36 +0000 Subject: [PATCH] Bump branch version to 0.7.x, with an internal version of 0.7.0. svn path=/branches/yasm-0.7.x/; revision=2057 --- Mkfiles/dj/config.h | 10 +++++----- Mkfiles/vc/config.h | 10 +++++----- Mkfiles/vc8/config.h | 10 +++++----- Mkfiles/vc9/config.h | 10 +++++----- configure.ac | 8 ++++---- 5 files changed, 24 insertions(+), 24 deletions(-) diff --git a/Mkfiles/dj/config.h b/Mkfiles/dj/config.h index f9faf334..d3226cb8 100644 --- a/Mkfiles/dj/config.h +++ b/Mkfiles/dj/config.h @@ -116,22 +116,22 @@ #define PACKAGE_BUGREPORT "bug-yasm@tortall.net" /* Define to build version of this package. */ -#define PACKAGE_BUILD "HEAD" +#define PACKAGE_BUILD "BRANCH" /* Define to internal version of this package. */ -#define PACKAGE_INTVER "0.6.99" +#define PACKAGE_INTVER "0.7.0" /* Define to the full name of this package. */ #define PACKAGE_NAME "yasm" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "yasm HEAD" +#define PACKAGE_STRING "yasm 0.7.x" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "yasm" /* Define to the version of this package. */ -#define PACKAGE_VERSION "HEAD" +#define PACKAGE_VERSION "0.7.x" /* Define if the C compiler supports function prototypes. */ #define PROTOTYPES 1 @@ -155,7 +155,7 @@ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "HEAD" +#define VERSION "0.7.x" /* Define if using the dmalloc debugging malloc package */ /* #undef WITH_DMALLOC */ diff --git a/Mkfiles/vc/config.h b/Mkfiles/vc/config.h index e78ddf2e..13954830 100644 --- a/Mkfiles/vc/config.h +++ b/Mkfiles/vc/config.h @@ -117,22 +117,22 @@ #define PACKAGE_BUGREPORT "bug-yasm@tortall.net" /* Define to build version of this package. */ -#define PACKAGE_BUILD "HEAD" +#define PACKAGE_BUILD "BRANCH" /* Define to internal version of this package. */ -#define PACKAGE_INTVER "0.6.99" +#define PACKAGE_INTVER "0.7.0" /* Define to the full name of this package. */ #define PACKAGE_NAME "yasm" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "yasm HEAD" +#define PACKAGE_STRING "yasm 0.7.x" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "yasm" /* Define to the version of this package. */ -#define PACKAGE_VERSION "HEAD" +#define PACKAGE_VERSION "0.7.x" /* Define if the C compiler supports function prototypes. */ #define PROTOTYPES 1 @@ -156,7 +156,7 @@ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "HEAD" +#define VERSION "0.7.x" /* Define if using the dmalloc debugging malloc package */ /* #undef WITH_DMALLOC */ diff --git a/Mkfiles/vc8/config.h b/Mkfiles/vc8/config.h index 50369a0c..450f5eaf 100644 --- a/Mkfiles/vc8/config.h +++ b/Mkfiles/vc8/config.h @@ -117,22 +117,22 @@ #define PACKAGE_BUGREPORT "bug-yasm@tortall.net" /* Define to build version of this package. */ -#define PACKAGE_BUILD "HEAD" +#define PACKAGE_BUILD "BRANCH" /* Define to internal version of this package. */ -#define PACKAGE_INTVER "0.6.99" +#define PACKAGE_INTVER "0.7.0" /* Define to the full name of this package. */ #define PACKAGE_NAME "yasm" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "yasm HEAD" +#define PACKAGE_STRING "yasm 0.7.x" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "yasm" /* Define to the version of this package. */ -#define PACKAGE_VERSION "HEAD" +#define PACKAGE_VERSION "0.7.x" /* Define if the C compiler supports function prototypes. */ #define PROTOTYPES 1 @@ -156,7 +156,7 @@ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "HEAD" +#define VERSION "0.7.x" /* Define if using the dmalloc debugging malloc package */ /* #undef WITH_DMALLOC */ diff --git a/Mkfiles/vc9/config.h b/Mkfiles/vc9/config.h index 50369a0c..450f5eaf 100644 --- a/Mkfiles/vc9/config.h +++ b/Mkfiles/vc9/config.h @@ -117,22 +117,22 @@ #define PACKAGE_BUGREPORT "bug-yasm@tortall.net" /* Define to build version of this package. */ -#define PACKAGE_BUILD "HEAD" +#define PACKAGE_BUILD "BRANCH" /* Define to internal version of this package. */ -#define PACKAGE_INTVER "0.6.99" +#define PACKAGE_INTVER "0.7.0" /* Define to the full name of this package. */ #define PACKAGE_NAME "yasm" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "yasm HEAD" +#define PACKAGE_STRING "yasm 0.7.x" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "yasm" /* Define to the version of this package. */ -#define PACKAGE_VERSION "HEAD" +#define PACKAGE_VERSION "0.7.x" /* Define if the C compiler supports function prototypes. */ #define PROTOTYPES 1 @@ -156,7 +156,7 @@ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "HEAD" +#define VERSION "0.7.x" /* Define if using the dmalloc debugging malloc package */ /* #undef WITH_DMALLOC */ diff --git a/configure.ac b/configure.ac index 4d5ba24f..92a0260d 100644 --- a/configure.ac +++ b/configure.ac @@ -5,17 +5,17 @@ # autoconf setup # AC_PREREQ(2.53) -AC_INIT([yasm], [HEAD], [bug-yasm@tortall.net]) +AC_INIT([yasm], [0.7.x], [bug-yasm@tortall.net]) #AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER([config.h]) -AM_INIT_AUTOMAKE(yasm, [HEAD]) +AM_INIT_AUTOMAKE(yasm, [0.7.x]) AM_MAINTAINER_MODE -AC_DEFINE(PACKAGE_INTVER, ["0.6.99"], +AC_DEFINE(PACKAGE_INTVER, ["0.7.0"], [Define to internal version of this package.]) -AC_DEFINE(PACKAGE_BUILD, ["HEAD"], [Define to build version of this package.]) +AC_DEFINE(PACKAGE_BUILD, ["BRANCH"], [Define to build version of this package.]) # # autoconf command-line options -- 2.40.0