mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
Merge [2055] from trunk.
svn path=/branches/yasm-0.7.x/; revision=2056
This commit is contained in:
parent
97a96c648d
commit
b3ebcde8c7
1 changed files with 4 additions and 4 deletions
|
|
@ -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.6.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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue