Bump 0.4.x branch version numbers to 0.4.0.

svn path=/branches/yasm-0.4.x/; revision=1172
diff --git a/Mkfiles/dj/config.h b/Mkfiles/dj/config.h
index 40f4300..45b576c 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 d9499a0..0ec7879 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 acd7be0..dc91731 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 b3c5e40..f4343f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@
 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
 
 #