summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2007-02-25 00:33:13 +0000
committerPeter Johnson <peter@tortall.net>2007-02-25 00:33:13 +0000
commit71041a97edc474f6eb21ef6a2262321f78d847b1 (patch)
tree01c05e8e7588e3fe63593627f0a158a30dc804e1
parentce18bfd47579d34bb4de375047efda8828a3e7cb (diff)
downloadyasm-0.6.0.tar.gz
Bump version numbers for release.v0.6.00.6.0
svn path=/tags/yasm-0.6.0/; revision=1799
-rw-r--r--Mkfiles/dj/config.h8
-rw-r--r--Mkfiles/vc/config.h8
-rw-r--r--Mkfiles/vc8/config.h8
-rw-r--r--configure.ac6
4 files changed, 15 insertions, 15 deletions
diff --git a/Mkfiles/dj/config.h b/Mkfiles/dj/config.h
index 423decc4..75dc8d7d 100644
--- a/Mkfiles/dj/config.h
+++ b/Mkfiles/dj/config.h
@@ -120,7 +120,7 @@
#define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
/* Define to build version of this package. */
-#define PACKAGE_BUILD "BRANCH"
+#define PACKAGE_BUILD "1798"
/* Define to internal version of this package. */
#define PACKAGE_INTVER "0.6.0"
@@ -129,13 +129,13 @@
#define PACKAGE_NAME "yasm"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "yasm 0.6.x"
+#define PACKAGE_STRING "yasm 0.6.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.6.x"
+#define PACKAGE_VERSION "0.6.0"
/* Define if the C compiler supports function prototypes. */
#define PROTOTYPES 1
@@ -159,7 +159,7 @@
#define STDC_HEADERS 1
/* Version number of package */
-#define VERSION "0.6.x"
+#define VERSION "0.6.0"
/* Define if using the dmalloc debugging malloc package */
/* #undef WITH_DMALLOC */
diff --git a/Mkfiles/vc/config.h b/Mkfiles/vc/config.h
index e67ee4c0..9e501495 100644
--- a/Mkfiles/vc/config.h
+++ b/Mkfiles/vc/config.h
@@ -121,7 +121,7 @@
#define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
/* Define to build version of this package. */
-#define PACKAGE_BUILD "BRANCH"
+#define PACKAGE_BUILD "1798"
/* Define to internal version of this package. */
#define PACKAGE_INTVER "0.6.0"
@@ -130,13 +130,13 @@
#define PACKAGE_NAME "yasm"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "yasm 0.6.x"
+#define PACKAGE_STRING "yasm 0.6.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.6.x"
+#define PACKAGE_VERSION "0.6.0"
/* Define if the C compiler supports function prototypes. */
#define PROTOTYPES 1
@@ -160,7 +160,7 @@
#define STDC_HEADERS 1
/* Version number of package */
-#define VERSION "0.6.x"
+#define VERSION "0.6.0"
/* Define if using the dmalloc debugging malloc package */
/* #undef WITH_DMALLOC */
diff --git a/Mkfiles/vc8/config.h b/Mkfiles/vc8/config.h
index 864e9fa7..a847d8bc 100644
--- a/Mkfiles/vc8/config.h
+++ b/Mkfiles/vc8/config.h
@@ -121,7 +121,7 @@
#define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
/* Define to build version of this package. */
-#define PACKAGE_BUILD "BRANCH"
+#define PACKAGE_BUILD "1798"
/* Define to internal version of this package. */
#define PACKAGE_INTVER "0.6.0"
@@ -130,13 +130,13 @@
#define PACKAGE_NAME "yasm"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "yasm 0.6.x"
+#define PACKAGE_STRING "yasm 0.6.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.6.x"
+#define PACKAGE_VERSION "0.6.0"
/* Define if the C compiler supports function prototypes. */
#define PROTOTYPES 1
@@ -160,7 +160,7 @@
#define STDC_HEADERS 1
/* Version number of package */
-#define VERSION "0.6.x"
+#define VERSION "0.6.0"
/* Define if using the dmalloc debugging malloc package */
/* #undef WITH_DMALLOC */
diff --git a/configure.ac b/configure.ac
index 01b8eb7f..6e347eab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,17 +5,17 @@
# autoconf setup
#
AC_PREREQ(2.53)
-AC_INIT([yasm], [0.6.x], [bug-yasm@tortall.net])
+AC_INIT([yasm], [0.6.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.6.x])
+AM_INIT_AUTOMAKE(yasm, [0.6.0])
AM_MAINTAINER_MODE
AC_DEFINE(PACKAGE_INTVER, ["0.6.0"],
[Define to internal version of this package.])
-AC_DEFINE(PACKAGE_BUILD, ["BRANCH"], [Define to build version of this package.])
+AC_DEFINE(PACKAGE_BUILD, ["1798"], [Define to build version of this package.])
#
# autoconf command-line options