summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2004-10-31 07:50:01 +0000
committerPeter Johnson <peter@tortall.net>2004-10-31 07:50:01 +0000
commit2c3a6aa903035bdae720f040fdf782cafedf7665 (patch)
tree27d67eeb49b3dc516bd5ea72ca7c3133d231b565
parentbc45a40160f8946f2510be1d3925e2053456acca (diff)
downloadyasm-2c3a6aa903035bdae720f040fdf782cafedf7665.tar.gz
Bump 0.4.x branch version numbers to 0.4.0.
svn path=/branches/yasm-0.4.x/; revision=1172
-rw-r--r--Mkfiles/dj/config.h6
-rw-r--r--Mkfiles/mingw/config.h6
-rw-r--r--Mkfiles/vc/config.h6
-rw-r--r--configure.ac2
4 files changed, 10 insertions, 10 deletions
diff --git a/Mkfiles/dj/config.h b/Mkfiles/dj/config.h
index 40f43008..45b576c4 100644
--- a/Mkfiles/dj/config.h
+++ b/Mkfiles/dj/config.h
@@ -293,13 +293,13 @@
#define PACKAGE_NAME "yasm"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "yasm HEAD"
+#define PACKAGE_STRING "yasm 0.4.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 "HEAD"
+#define PACKAGE_VERSION "0.4.0"
/* Define if the C compiler supports function prototypes. */
#define PROTOTYPES 1
@@ -311,7 +311,7 @@
/* #undef USE_FORKWAITMSG */
/* Version number of package */
-#define VERSION "HEAD"
+#define VERSION "0.4.0"
/* Define if using the dmalloc debugging malloc package */
/* #undef WITH_DMALLOC */
diff --git a/Mkfiles/mingw/config.h b/Mkfiles/mingw/config.h
index d9499a05..0ec78795 100644
--- a/Mkfiles/mingw/config.h
+++ b/Mkfiles/mingw/config.h
@@ -293,13 +293,13 @@
#define PACKAGE_NAME "yasm"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "yasm HEAD"
+#define PACKAGE_STRING "yasm 0.4.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 "HEAD"
+#define PACKAGE_VERSION "0.4.0"
/* Define if the C compiler supports function prototypes. */
#define PROTOTYPES 1
@@ -311,7 +311,7 @@
/* #undef USE_FORKWAITMSG */
/* Version number of package */
-#define VERSION "HEAD"
+#define VERSION "0.4.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 acd7be02..dc917311 100644
--- a/Mkfiles/vc/config.h
+++ b/Mkfiles/vc/config.h
@@ -297,13 +297,13 @@
#define PACKAGE_NAME "yasm"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "yasm HEAD"
+#define PACKAGE_STRING "yasm 0.4.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 "HEAD"
+#define PACKAGE_VERSION "0.4.0"
/* Define if the C compiler supports function prototypes. */
#define PROTOTYPES 1
@@ -315,7 +315,7 @@
/* #undef USE_FORKWAITMSG */
/* Version number of package */
-#define VERSION "HEAD"
+#define VERSION "0.4.0"
/* Define if using the dmalloc debugging malloc package */
/* #undef WITH_DMALLOC */
diff --git a/configure.ac b/configure.ac
index b3c5e408..f4343f0c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ AC_INIT([yasm], [HEAD], [bug-yasm@tortall.net])
AC_CONFIG_AUX_DIR(config)
AM_CONFIG_HEADER([config.h])
-AM_INIT_AUTOMAKE(yasm, [HEAD])
+AM_INIT_AUTOMAKE(yasm, [0.4.0])
AM_MAINTAINER_MODE
#