From 2edea6bd2e6b55ef19720f970c090721b1e7a19c Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Tue, 18 May 2010 04:55:54 +0000 Subject: Bump version numbers for release. svn path=/tags/yasm-1.0.1/; revision=2327 --- CMakeLists.txt | 4 ++-- Mkfiles/dj/config.h | 10 +++++----- Mkfiles/vc10/config.h | 10 +++++----- Mkfiles/vc9/config.h | 10 +++++----- configure.ac | 6 +++--- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 018f345f..22c41bce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,9 +28,9 @@ ENDIF(NOT CMAKE_BUILD_TYPE) set (YASM_VERSION_MAJOR 1) set (YASM_VERSION_MINOR 0) -set (YASM_VERSION_SUBMINOR 0) +set (YASM_VERSION_SUBMINOR 1) set (PACKAGE_INTVER "${YASM_VERSION_MAJOR}.${YASM_VERSION_MINOR}.${YASM_VERSION_SUBMINOR}") -set (PACKAGE_BUILD "BRANCH") +set (PACKAGE_BUILD "2326") set (PACKAGE_VERSION ${PACKAGE_BUILD}) set (PACKAGE_STRING "yasm ${PACKAGE_VERSION}") diff --git a/Mkfiles/dj/config.h b/Mkfiles/dj/config.h index 2383b19a..7873a608 100644 --- a/Mkfiles/dj/config.h +++ b/Mkfiles/dj/config.h @@ -119,22 +119,22 @@ #define PACKAGE_BUGREPORT "bug-yasm@tortall.net" /* Define to build version of this package. */ -#define PACKAGE_BUILD "BRANCH" +#define PACKAGE_BUILD "2326" /* Define to internal version of this package. */ -#define PACKAGE_INTVER "1.0.0" +#define PACKAGE_INTVER "1.0.1" /* 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 1.0.x" +#define PACKAGE_STRING "yasm 1.0.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "yasm" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.0.x" +#define PACKAGE_VERSION "1.0.1" /* Define if the C compiler supports function prototypes. */ #define PROTOTYPES 1 @@ -158,7 +158,7 @@ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "1.0.x" +#define VERSION "1.0.1" /* Define if using the dmalloc debugging malloc package */ /* #undef WITH_DMALLOC */ diff --git a/Mkfiles/vc10/config.h b/Mkfiles/vc10/config.h index 100c87d7..4aecefa6 100644 --- a/Mkfiles/vc10/config.h +++ b/Mkfiles/vc10/config.h @@ -117,22 +117,22 @@ #define PACKAGE_BUGREPORT "bug-yasm@tortall.net" /* Define to build version of this package. */ -#define PACKAGE_BUILD "BRANCH" +#define PACKAGE_BUILD "2326" /* Define to internal version of this package. */ -#define PACKAGE_INTVER "1.0.0" +#define PACKAGE_INTVER "1.0.1" /* 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 1.0.x" +#define PACKAGE_STRING "yasm 1.0.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "yasm" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.0.x" +#define PACKAGE_VERSION "1.0.1" /* 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 "1.0.x" +#define VERSION "1.0.1" /* Define if using the dmalloc debugging malloc package */ /* #undef WITH_DMALLOC */ diff --git a/Mkfiles/vc9/config.h b/Mkfiles/vc9/config.h index 100c87d7..4aecefa6 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 "BRANCH" +#define PACKAGE_BUILD "2326" /* Define to internal version of this package. */ -#define PACKAGE_INTVER "1.0.0" +#define PACKAGE_INTVER "1.0.1" /* 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 1.0.x" +#define PACKAGE_STRING "yasm 1.0.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "yasm" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.0.x" +#define PACKAGE_VERSION "1.0.1" /* 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 "1.0.x" +#define VERSION "1.0.1" /* Define if using the dmalloc debugging malloc package */ /* #undef WITH_DMALLOC */ diff --git a/configure.ac b/configure.ac index 628e7341..1eafd7ab 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ # autoconf setup # AC_PREREQ(2.53) -AC_INIT([yasm], [1.0.x], [bug-yasm@tortall.net]) +AC_INIT([yasm], [1.0.1], [bug-yasm@tortall.net]) #AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_HEADER([config.h]) @@ -13,9 +13,9 @@ AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE([1.9.6 foreign]) AM_MAINTAINER_MODE -AC_DEFINE(PACKAGE_INTVER, ["1.0.0"], +AC_DEFINE(PACKAGE_INTVER, ["1.0.1"], [Define to internal version of this package.]) -AC_DEFINE(PACKAGE_BUILD, ["BRANCH"], [Define to build version of this package.]) +AC_DEFINE(PACKAGE_BUILD, ["2326"], [Define to build version of this package.]) # # autoconf command-line options -- cgit v1.2.1