From 3ef8f426d735678d3679c76b4b98aa77e5d0e034 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Fri, 6 Aug 2010 08:14:51 +0000 Subject: [PATCH] Bump trunk internal version to 1.1.99. svn path=/trunk/yasm/; revision=2351 --- CMakeLists.txt | 4 ++-- Mkfiles/dj/config.h | 2 +- Mkfiles/vc10/config.h | 2 +- Mkfiles/vc9/config.h | 2 +- configure.ac | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0bbb68bf..9237329e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,8 +26,8 @@ IF(NOT CMAKE_BUILD_TYPE) FORCE) ENDIF(NOT CMAKE_BUILD_TYPE) -set (YASM_VERSION_MAJOR 0) -set (YASM_VERSION_MINOR 6) +set (YASM_VERSION_MAJOR 1) +set (YASM_VERSION_MINOR 1) set (YASM_VERSION_SUBMINOR 99) set (PACKAGE_INTVER "${YASM_VERSION_MAJOR}.${YASM_VERSION_MINOR}.${YASM_VERSION_SUBMINOR}") set (PACKAGE_BUILD "HEAD") diff --git a/Mkfiles/dj/config.h b/Mkfiles/dj/config.h index 0ce8a3f0..1d45e76b 100644 --- a/Mkfiles/dj/config.h +++ b/Mkfiles/dj/config.h @@ -122,7 +122,7 @@ #define PACKAGE_BUILD "HEAD" /* Define to internal version of this package. */ -#define PACKAGE_INTVER "0.7.99" +#define PACKAGE_INTVER "1.1.99" /* Define to the full name of this package. */ #define PACKAGE_NAME "yasm" diff --git a/Mkfiles/vc10/config.h b/Mkfiles/vc10/config.h index 96e2dddc..28aa8d10 100644 --- a/Mkfiles/vc10/config.h +++ b/Mkfiles/vc10/config.h @@ -120,7 +120,7 @@ #define PACKAGE_BUILD "HEAD" /* Define to internal version of this package. */ -#define PACKAGE_INTVER "0.7.99" +#define PACKAGE_INTVER "1.1.99" /* 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 96e2dddc..28aa8d10 100644 --- a/Mkfiles/vc9/config.h +++ b/Mkfiles/vc9/config.h @@ -120,7 +120,7 @@ #define PACKAGE_BUILD "HEAD" /* Define to internal version of this package. */ -#define PACKAGE_INTVER "0.7.99" +#define PACKAGE_INTVER "1.1.99" /* Define to the full name of this package. */ #define PACKAGE_NAME "yasm" diff --git a/configure.ac b/configure.ac index 638d654a..ae9dcf06 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE([1.9.6 foreign]) AM_MAINTAINER_MODE -AC_DEFINE(PACKAGE_INTVER, ["0.7.99"], +AC_DEFINE(PACKAGE_INTVER, ["1.1.99"], [Define to internal version of this package.]) AC_DEFINE(PACKAGE_BUILD, ["HEAD"], [Define to build version of this package.]) -- 2.49.0