Bump version numbers for 0.2.1 release.

svn path=/branches/YASM_0_2/; revision=914
diff --git a/yasm/Mkfiles/dj/config.h b/yasm/Mkfiles/dj/config.h
index be44219..324496f 100644
--- a/yasm/Mkfiles/dj/config.h
+++ b/yasm/Mkfiles/dj/config.h
@@ -280,13 +280,13 @@
 #define PACKAGE_NAME "yasm"

 

 /* Define to the full name and version of this package. */

-#define PACKAGE_STRING "yasm 0.2.0"

+#define PACKAGE_STRING "yasm 0.2.1"

 

 /* 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.2.0"

+#define PACKAGE_VERSION "0.2.1"

 

 /* Define if the C compiler supports function prototypes. */

 #define PROTOTYPES 1

@@ -298,7 +298,7 @@
 /* #undef USE_FORKWAITMSG */

 

 /* Version number of package */

-#define VERSION "0.2.0"

+#define VERSION "0.2.1"

 

 /* Define if using the dmalloc debugging malloc package */

 /* #undef WITH_DMALLOC */

diff --git a/yasm/Mkfiles/dj/libyasm/config.h b/yasm/Mkfiles/dj/libyasm/config.h
index be44219..324496f 100644
--- a/yasm/Mkfiles/dj/libyasm/config.h
+++ b/yasm/Mkfiles/dj/libyasm/config.h
@@ -280,13 +280,13 @@
 #define PACKAGE_NAME "yasm"

 

 /* Define to the full name and version of this package. */

-#define PACKAGE_STRING "yasm 0.2.0"

+#define PACKAGE_STRING "yasm 0.2.1"

 

 /* 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.2.0"

+#define PACKAGE_VERSION "0.2.1"

 

 /* Define if the C compiler supports function prototypes. */

 #define PROTOTYPES 1

@@ -298,7 +298,7 @@
 /* #undef USE_FORKWAITMSG */

 

 /* Version number of package */

-#define VERSION "0.2.0"

+#define VERSION "0.2.1"

 

 /* Define if using the dmalloc debugging malloc package */

 /* #undef WITH_DMALLOC */

diff --git a/yasm/Mkfiles/vc/config.h b/yasm/Mkfiles/vc/config.h
index 9097075..bfecfe7 100644
--- a/yasm/Mkfiles/vc/config.h
+++ b/yasm/Mkfiles/vc/config.h
@@ -284,13 +284,13 @@
 #define PACKAGE_NAME "yasm"

 

 /* Define to the full name and version of this package. */

-#define PACKAGE_STRING "yasm 0.2.0"

+#define PACKAGE_STRING "yasm 0.2.1"

 

 /* 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.2.0"

+#define PACKAGE_VERSION "0.2.1"

 

 /* Define if the C compiler supports function prototypes. */

 #define PROTOTYPES 1

@@ -302,7 +302,7 @@
 /* #undef USE_FORKWAITMSG */

 

 /* Version number of package */

-#define VERSION "0.2.0"

+#define VERSION "0.2.1"

 

 /* Define if using the dmalloc debugging malloc package */

 /* #undef WITH_DMALLOC */

diff --git a/yasm/Mkfiles/vc/libyasm/config.h b/yasm/Mkfiles/vc/libyasm/config.h
index 9097075..bfecfe7 100644
--- a/yasm/Mkfiles/vc/libyasm/config.h
+++ b/yasm/Mkfiles/vc/libyasm/config.h
@@ -284,13 +284,13 @@
 #define PACKAGE_NAME "yasm"

 

 /* Define to the full name and version of this package. */

-#define PACKAGE_STRING "yasm 0.2.0"

+#define PACKAGE_STRING "yasm 0.2.1"

 

 /* 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.2.0"

+#define PACKAGE_VERSION "0.2.1"

 

 /* Define if the C compiler supports function prototypes. */

 #define PROTOTYPES 1

@@ -302,7 +302,7 @@
 /* #undef USE_FORKWAITMSG */

 

 /* Version number of package */

-#define VERSION "0.2.0"

+#define VERSION "0.2.1"

 

 /* Define if using the dmalloc debugging malloc package */

 /* #undef WITH_DMALLOC */

diff --git a/yasm/configure.ac b/yasm/configure.ac
index 9640e74..5d0c582 100644
--- a/yasm/configure.ac
+++ b/yasm/configure.ac
@@ -8,12 +8,12 @@
 # autoconf setup
 #
 AC_PREREQ(2.50)
-AC_INIT([yasm], [0.2.0], [bug-yasm@tortall.net])
+AC_INIT([yasm], [0.2.1], [bug-yasm@tortall.net])
 #AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_AUX_DIR(config)
 AM_CONFIG_HEADER([libyasm/config.h])
 
-AM_INIT_AUTOMAKE(yasm, [0.2.0])
+AM_INIT_AUTOMAKE(yasm, [0.2.1])
 AM_MAINTAINER_MODE
 
 #