]> granicus.if.org Git - yasm/commitdiff
Bump version numbers for release. 0.6.0 v0.6.0
authorPeter Johnson <peter@tortall.net>
Sun, 25 Feb 2007 00:33:13 +0000 (00:33 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 25 Feb 2007 00:33:13 +0000 (00:33 -0000)
svn path=/tags/yasm-0.6.0/; revision=1799

Mkfiles/dj/config.h
Mkfiles/vc/config.h
Mkfiles/vc8/config.h
configure.ac

index 423decc43ffa445b22f7eed98ae2959f9b4bc294..75dc8d7d808d5f73838dd22a210dc8de78a8cf79 100644 (file)
 #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"\r
 \r
 /* Define to build version of this package. */\r
-#define PACKAGE_BUILD "BRANCH"\r
+#define PACKAGE_BUILD "1798"\r
 \r
 /* Define to internal version of this package. */\r
 #define PACKAGE_INTVER "0.6.0"\r
 #define PACKAGE_NAME "yasm"\r
 \r
 /* Define to the full name and version of this package. */\r
-#define PACKAGE_STRING "yasm 0.6.x"\r
+#define PACKAGE_STRING "yasm 0.6.0"\r
 \r
 /* Define to the one symbol short name of this package. */\r
 #define PACKAGE_TARNAME "yasm"\r
 \r
 /* Define to the version of this package. */\r
-#define PACKAGE_VERSION "0.6.x"\r
+#define PACKAGE_VERSION "0.6.0"\r
 \r
 /* Define if the C compiler supports function prototypes. */\r
 #define PROTOTYPES 1\r
 #define STDC_HEADERS 1\r
 \r
 /* Version number of package */\r
-#define VERSION "0.6.x"\r
+#define VERSION "0.6.0"\r
 \r
 /* Define if using the dmalloc debugging malloc package */\r
 /* #undef WITH_DMALLOC */\r
index e67ee4c006959dad61bef29a24da668f8e53e032..9e501495633c91ba896f921d72140be7b8dca350 100644 (file)
 #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"\r
 \r
 /* Define to build version of this package. */\r
-#define PACKAGE_BUILD "BRANCH"\r
+#define PACKAGE_BUILD "1798"\r
 \r
 /* Define to internal version of this package. */\r
 #define PACKAGE_INTVER "0.6.0"\r
 #define PACKAGE_NAME "yasm"\r
 \r
 /* Define to the full name and version of this package. */\r
-#define PACKAGE_STRING "yasm 0.6.x"\r
+#define PACKAGE_STRING "yasm 0.6.0"\r
 \r
 /* Define to the one symbol short name of this package. */\r
 #define PACKAGE_TARNAME "yasm"\r
 \r
 /* Define to the version of this package. */\r
-#define PACKAGE_VERSION "0.6.x"\r
+#define PACKAGE_VERSION "0.6.0"\r
 \r
 /* Define if the C compiler supports function prototypes. */\r
 #define PROTOTYPES 1\r
 #define STDC_HEADERS 1\r
 \r
 /* Version number of package */\r
-#define VERSION "0.6.x"\r
+#define VERSION "0.6.0"\r
 \r
 /* Define if using the dmalloc debugging malloc package */\r
 /* #undef WITH_DMALLOC */\r
index 864e9fa7156e98f81673374ef92d7b4999b90564..a847d8bc8437c8a1ac33dc9607709ba9c575f6b9 100644 (file)
 #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"\r
 \r
 /* Define to build version of this package. */\r
-#define PACKAGE_BUILD "BRANCH"\r
+#define PACKAGE_BUILD "1798"\r
 \r
 /* Define to internal version of this package. */\r
 #define PACKAGE_INTVER "0.6.0"\r
 #define PACKAGE_NAME "yasm"\r
 \r
 /* Define to the full name and version of this package. */\r
-#define PACKAGE_STRING "yasm 0.6.x"\r
+#define PACKAGE_STRING "yasm 0.6.0"\r
 \r
 /* Define to the one symbol short name of this package. */\r
 #define PACKAGE_TARNAME "yasm"\r
 \r
 /* Define to the version of this package. */\r
-#define PACKAGE_VERSION "0.6.x"\r
+#define PACKAGE_VERSION "0.6.0"\r
 \r
 /* Define if the C compiler supports function prototypes. */\r
 #define PROTOTYPES 1\r
 #define STDC_HEADERS 1\r
 \r
 /* Version number of package */\r
-#define VERSION "0.6.x"\r
+#define VERSION "0.6.0"\r
 \r
 /* Define if using the dmalloc debugging malloc package */\r
 /* #undef WITH_DMALLOC */\r
index 01b8eb7f9157ea139b76bae22aee06adb12cb68c..6e347eab63a3eb1494e2b169747b558ef7eb34f3 100644 (file)
@@ -5,17 +5,17 @@
 # autoconf setup
 #
 AC_PREREQ(2.53)
-AC_INIT([yasm], [0.6.x], [bug-yasm@tortall.net])
+AC_INIT([yasm], [0.6.0], [bug-yasm@tortall.net])
 #AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_AUX_DIR(config)
 AM_CONFIG_HEADER([config.h])
 
-AM_INIT_AUTOMAKE(yasm, [0.6.x])
+AM_INIT_AUTOMAKE(yasm, [0.6.0])
 AM_MAINTAINER_MODE
 
 AC_DEFINE(PACKAGE_INTVER, ["0.6.0"],
          [Define to internal version of this package.])
-AC_DEFINE(PACKAGE_BUILD, ["BRANCH"], [Define to build version of this package.])
+AC_DEFINE(PACKAGE_BUILD, ["1798"], [Define to build version of this package.])
 
 #
 # autoconf command-line options