summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2006-07-13 03:28:36 +0000
committerPeter Johnson <peter@tortall.net>2006-07-13 03:28:36 +0000
commit760576514ac8adb68e16dede1f14291d1d38a10c (patch)
tree8cfb30c338417759a999a44b6673b5d6426efb15
parent31d6a25e02975a354132ec87f5850ac89bcec4eb (diff)
downloadyasm-760576514ac8adb68e16dede1f14291d1d38a10c.tar.gz
Update version information for 0.5.0. Note build number is the changesetv0.5.00.5.0
in which this tag was created ([1591] in this case). svn path=/tags/yasm-0.5.0/; revision=1592
-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 94a7a80f..3898b24a 100644
--- a/Mkfiles/dj/config.h
+++ b/Mkfiles/dj/config.h
@@ -120,22 +120,22 @@
#define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
/* Define to build version of this package. */
-#define PACKAGE_BUILD "BRANCH"
+#define PACKAGE_BUILD "1591"
/* Define to internal version of this package. */
-#define PACKAGE_INTVER "0.5.1"
+#define PACKAGE_INTVER "0.5.0"
/* 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 0.5.x"
+#define PACKAGE_STRING "yasm 0.5.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.5.x"
+#define PACKAGE_VERSION "0.5.0"
/* Define if the C compiler supports function prototypes. */
#define PROTOTYPES 1
diff --git a/Mkfiles/vc/config.h b/Mkfiles/vc/config.h
index 8ca63dfa..15f51dde 100644
--- a/Mkfiles/vc/config.h
+++ b/Mkfiles/vc/config.h
@@ -121,22 +121,22 @@
#define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
/* Define to build version of this package. */
-#define PACKAGE_BUILD "BRANCH"
+#define PACKAGE_BUILD "1591"
/* Define to internal version of this package. */
-#define PACKAGE_INTVER "0.5.1"
+#define PACKAGE_INTVER "0.5.0"
/* 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 0.5.x"
+#define PACKAGE_STRING "yasm 0.5.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.5.x"
+#define PACKAGE_VERSION "0.5.0"
/* Define if the C compiler supports function prototypes. */
#define PROTOTYPES 1
diff --git a/Mkfiles/vc8/config.h b/Mkfiles/vc8/config.h
index 198f8852..1c7e51da 100644
--- a/Mkfiles/vc8/config.h
+++ b/Mkfiles/vc8/config.h
@@ -123,22 +123,22 @@
#define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
/* Define to build version of this package. */
-#define PACKAGE_BUILD "BRANCH"
+#define PACKAGE_BUILD "1591"
/* Define to internal version of this package. */
-#define PACKAGE_INTVER "0.5.1"
+#define PACKAGE_INTVER "0.5.0"
/* 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 0.5.x"
+#define PACKAGE_STRING "yasm 0.5.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.5.x"
+#define PACKAGE_VERSION "0.5.0"
/* Define if the C compiler supports function prototypes. */
#define PROTOTYPES 1
diff --git a/configure.ac b/configure.ac
index 12dab434..462ece44 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,12 +10,12 @@ AC_INIT([yasm], [HEAD], [bug-yasm@tortall.net])
AC_CONFIG_AUX_DIR(config)
AM_CONFIG_HEADER([config.h])
-AM_INIT_AUTOMAKE(yasm, [0.5.x])
+AM_INIT_AUTOMAKE(yasm, [0.5.0])
AM_MAINTAINER_MODE
-AC_DEFINE(PACKAGE_INTVER, ["0.5.1"],
+AC_DEFINE(PACKAGE_INTVER, ["0.5.0"],
[Define to internal version of this package.])
-AC_DEFINE(PACKAGE_BUILD, ["BRANCH"], [Define to build version of this package.])
+AC_DEFINE(PACKAGE_BUILD, ["1591"], [Define to build version of this package.])
#
# autoconf command-line options