summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2009-04-10 05:34:14 +0000
committerPeter Johnson <peter@tortall.net>2009-04-10 05:34:14 +0000
commit376a191ddc728ee68c3bbf7adda56dcd33374350 (patch)
tree01b3c7dd92df388f665689583a00fd11502d60cc
parent378d6dd1e16b5a91bb1076fb20f6b1e4b91e3962 (diff)
downloadyasm-0.8.0.tar.gz
Bump version numbers for release.v0.8.00.8.0
svn path=/tags/yasm-0.8.0/; revision=2195
-rw-r--r--Mkfiles/dj/config.h8
-rw-r--r--Mkfiles/vc9/config.h8
-rw-r--r--configure.ac6
3 files changed, 11 insertions, 11 deletions
diff --git a/Mkfiles/dj/config.h b/Mkfiles/dj/config.h
index 73d54433..31f1fd1b 100644
--- a/Mkfiles/dj/config.h
+++ b/Mkfiles/dj/config.h
@@ -119,7 +119,7 @@
#define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
/* Define to build version of this package. */
-#define PACKAGE_BUILD "BRANCH"
+#define PACKAGE_BUILD "2194"
/* Define to internal version of this package. */
#define PACKAGE_INTVER "0.8.0"
@@ -128,13 +128,13 @@
#define PACKAGE_NAME "yasm"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "yasm 0.8.x"
+#define PACKAGE_STRING "yasm 0.8.0"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "yasm"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.8.x"
+#define PACKAGE_VERSION "0.8.0"
/* 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 "0.8.x"
+#define VERSION "0.8.0"
/* Define if using the dmalloc debugging malloc package */
/* #undef WITH_DMALLOC */
diff --git a/Mkfiles/vc9/config.h b/Mkfiles/vc9/config.h
index 21371489..123ecd56 100644
--- a/Mkfiles/vc9/config.h
+++ b/Mkfiles/vc9/config.h
@@ -117,7 +117,7 @@
#define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
/* Define to build version of this package. */
-#define PACKAGE_BUILD "BRANCH"
+#define PACKAGE_BUILD "2194"
/* Define to internal version of this package. */
#define PACKAGE_INTVER "0.8.0"
@@ -126,13 +126,13 @@
#define PACKAGE_NAME "yasm"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "yasm 0.8.x"
+#define PACKAGE_STRING "yasm 0.8.0"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "yasm"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.8.x"
+#define PACKAGE_VERSION "0.8.0"
/* 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 "0.8.x"
+#define VERSION "0.8.0"
/* Define if using the dmalloc debugging malloc package */
/* #undef WITH_DMALLOC */
diff --git a/configure.ac b/configure.ac
index 34927750..40266608 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,17 +5,17 @@
# autoconf setup
#
AC_PREREQ(2.53)
-AC_INIT([yasm], [0.8.x], [bug-yasm@tortall.net])
+AC_INIT([yasm], [0.8.0], [bug-yasm@tortall.net])
#AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_AUX_DIR(config)
AM_CONFIG_HEADER([config.h])
-AM_INIT_AUTOMAKE(yasm, [0.8.x])
+AM_INIT_AUTOMAKE(yasm, [0.8.0])
AM_MAINTAINER_MODE
AC_DEFINE(PACKAGE_INTVER, ["0.8.0"],
[Define to internal version of this package.])
-AC_DEFINE(PACKAGE_BUILD, ["BRANCH"], [Define to build version of this package.])
+AC_DEFINE(PACKAGE_BUILD, ["2194"], [Define to build version of this package.])
#
# autoconf command-line options