summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2010-08-06 08:14:51 +0000
committerPeter Johnson <peter@tortall.net>2010-08-06 08:14:51 +0000
commit3ef8f426d735678d3679c76b4b98aa77e5d0e034 (patch)
tree5551a6b45b0265f44c14ef4d8e9e7bd730170466
parent0d3b3797e57cd7ed5f5810246dbb17ea29e68d94 (diff)
downloadyasm-3ef8f426d735678d3679c76b4b98aa77e5d0e034.tar.gz
Bump trunk internal version to 1.1.99.
svn path=/trunk/yasm/; revision=2351
-rw-r--r--CMakeLists.txt4
-rw-r--r--Mkfiles/dj/config.h2
-rw-r--r--Mkfiles/vc10/config.h2
-rw-r--r--Mkfiles/vc9/config.h2
-rw-r--r--configure.ac2
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.])