Bump 0.7.x branch version to 0.7.3.

svn path=/branches/yasm-0.7.x/; revision=2155
diff --git a/Mkfiles/dj/config.h b/Mkfiles/dj/config.h
index e59a2f9..b06bb6b 100644
--- a/Mkfiles/dj/config.h
+++ b/Mkfiles/dj/config.h
@@ -119,7 +119,7 @@
 #define PACKAGE_BUILD "BRANCH"

 

 /* Define to internal version of this package. */

-#define PACKAGE_INTVER "0.7.2"

+#define PACKAGE_INTVER "0.7.3"

 

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

 #define PACKAGE_NAME "yasm"

diff --git a/Mkfiles/vc/config.h b/Mkfiles/vc/config.h
index c05bc9e..a3b0337 100644
--- a/Mkfiles/vc/config.h
+++ b/Mkfiles/vc/config.h
@@ -120,7 +120,7 @@
 #define PACKAGE_BUILD "BRANCH"

 

 /* Define to internal version of this package. */

-#define PACKAGE_INTVER "0.7.2"

+#define PACKAGE_INTVER "0.7.3"

 

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

 #define PACKAGE_NAME "yasm"

diff --git a/Mkfiles/vc8/config.h b/Mkfiles/vc8/config.h
index 53fbf5d..fb7842b 100644
--- a/Mkfiles/vc8/config.h
+++ b/Mkfiles/vc8/config.h
@@ -120,7 +120,7 @@
 #define PACKAGE_BUILD "BRANCH"

 

 /* Define to internal version of this package. */

-#define PACKAGE_INTVER "0.7.2"

+#define PACKAGE_INTVER "0.7.3"

 

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

 #define PACKAGE_NAME "yasm"

diff --git a/Mkfiles/vc9/config.h b/Mkfiles/vc9/config.h
index 53fbf5d..fb7842b 100644
--- a/Mkfiles/vc9/config.h
+++ b/Mkfiles/vc9/config.h
@@ -120,7 +120,7 @@
 #define PACKAGE_BUILD "BRANCH"

 

 /* Define to internal version of this package. */

-#define PACKAGE_INTVER "0.7.2"

+#define PACKAGE_INTVER "0.7.3"

 

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

 #define PACKAGE_NAME "yasm"

diff --git a/configure.ac b/configure.ac
index ea1372f..a6b7b0c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
 AM_INIT_AUTOMAKE(yasm, [0.7.x])
 AM_MAINTAINER_MODE
 
-AC_DEFINE(PACKAGE_INTVER, ["0.7.2"],
+AC_DEFINE(PACKAGE_INTVER, ["0.7.3"],
 	  [Define to internal version of this package.])
 AC_DEFINE(PACKAGE_BUILD, ["BRANCH"], [Define to build version of this package.])