From 76e18e1aab6b26a79df5ff018089efd3d347142d Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Sat, 12 Apr 2008 01:08:19 +0000 Subject: [PATCH] Remove snapshot version number accidentally committed with Mkfiles. svn path=/trunk/yasm/; revision=2055 --- Mkfiles/vc9/config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Mkfiles/vc9/config.h b/Mkfiles/vc9/config.h index 1e42c17f..96e2dddc 100644 --- a/Mkfiles/vc9/config.h +++ b/Mkfiles/vc9/config.h @@ -117,7 +117,7 @@ #define PACKAGE_BUGREPORT "bug-yasm@tortall.net" /* Define to build version of this package. */ -#define PACKAGE_BUILD "2029" +#define PACKAGE_BUILD "HEAD" /* Define to internal version of this package. */ #define PACKAGE_INTVER "0.7.99" @@ -126,13 +126,13 @@ #define PACKAGE_NAME "yasm" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "yasm 2029" +#define PACKAGE_STRING "yasm HEAD" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "yasm" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2029" +#define PACKAGE_VERSION "HEAD" /* Define if the C compiler supports function prototypes. */ #define PROTOTYPES 1 @@ -156,7 +156,7 @@ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "2029" +#define VERSION "HEAD" /* Define if using the dmalloc debugging malloc package */ /* #undef WITH_DMALLOC */