]> granicus.if.org Git - yasm/commitdiff
Bump version information for 0.5.0rc2. Note build number is the changeset
authorPeter Johnson <peter@tortall.net>
Fri, 7 Apr 2006 03:19:44 +0000 (03:19 -0000)
committerPeter Johnson <peter@tortall.net>
Fri, 7 Apr 2006 03:19:44 +0000 (03:19 -0000)
in which this tag was created ([1471] in this case).

svn path=/tags/yasm-0.5.0rc2/; revision=1472

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

index 27d3be971ad9f3d5c7bfd557b3180068542545d2..856c7da02c48b32ead5043735e8d54f25018b782 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 "1471"\r
 \r
 /* Define to internal version of this package. */\r
 #define PACKAGE_INTVER "0.5.0"\r
 #define PACKAGE_NAME "yasm"\r
 \r
 /* Define to the full name and version of this package. */\r
-#define PACKAGE_STRING "yasm 0.5.x"\r
+#define PACKAGE_STRING "yasm 0.5.0rc2"\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.5.x"\r
+#define PACKAGE_VERSION "0.5.0rc2"\r
 \r
 /* Define if the C compiler supports function prototypes. */\r
 #define PROTOTYPES 1\r
index c7497e543fce03472074945f6a27244662318483..923816eac3306721d887f437707aca92c2da8ce2 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 "1471"\r
 \r
 /* Define to internal version of this package. */\r
 #define PACKAGE_INTVER "0.5.0"\r
 #define PACKAGE_NAME "yasm"\r
 \r
 /* Define to the full name and version of this package. */\r
-#define PACKAGE_STRING "yasm 0.5.x"\r
+#define PACKAGE_STRING "yasm 0.5.0rc2"\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.5.x"\r
+#define PACKAGE_VERSION "0.5.0rc2"\r
 \r
 /* Define if the C compiler supports function prototypes. */\r
 #define PROTOTYPES 1\r
index 6588dc55322eefee859d802bce3fc2385a1a8b36..160efc26f790fbd282a37a2c299922ecb1eaa22b 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 "1471"\r
 \r
 /* Define to internal version of this package. */\r
 #define PACKAGE_INTVER "0.5.0"\r
 #define PACKAGE_NAME "yasm"\r
 \r
 /* Define to the full name and version of this package. */\r
-#define PACKAGE_STRING "yasm 0.5.x"\r
+#define PACKAGE_STRING "yasm 0.5.0rc2"\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.5.x"\r
+#define PACKAGE_VERSION "0.5.0rc2"\r
 \r
 /* Define if the C compiler supports function prototypes. */\r
 #define PROTOTYPES 1\r
index 6217a2dfdef906a909c2dc92071c0e4c4948829a..43c2197d9b2064d6a8064318a23c23917c261492 100644 (file)
@@ -10,12 +10,12 @@ AC_INIT([yasm], [HEAD], [bug-yasm@tortall.net])
 AC_CONFIG_AUX_DIR(config)
 AM_CONFIG_HEADER([config.h])
 
-AM_INIT_AUTOMAKE(yasm, [0.5.x])
+AM_INIT_AUTOMAKE(yasm, [0.5.0rc2])
 AM_MAINTAINER_MODE
 
 AC_DEFINE(PACKAGE_INTVER, ["0.5.0"],
          [Define to internal version of this package.])
-AC_DEFINE(PACKAGE_BUILD, ["BRANCH"], [Define to build version of this package.])
+AC_DEFINE(PACKAGE_BUILD, ["1471"], [Define to build version of this package.])
 
 #
 # autoconf command-line options