Bump branch version to 1.0.x, with an internal version of 1.0.0.

svn path=/branches/yasm-1.0/; revision=2316
This commit is contained in:
Peter Johnson 2010-04-08 06:08:48 +00:00
parent 34379be2ad
commit 08829eb4e4
5 changed files with 22 additions and 22 deletions

View file

@ -26,11 +26,11 @@ IF(NOT CMAKE_BUILD_TYPE)
FORCE)
ENDIF(NOT CMAKE_BUILD_TYPE)
set (YASM_VERSION_MAJOR 0)
set (YASM_VERSION_MINOR 6)
set (YASM_VERSION_SUBMINOR 99)
set (YASM_VERSION_MAJOR 1)
set (YASM_VERSION_MINOR 0)
set (YASM_VERSION_SUBMINOR 0)
set (PACKAGE_INTVER "${YASM_VERSION_MAJOR}.${YASM_VERSION_MINOR}.${YASM_VERSION_SUBMINOR}")
set (PACKAGE_BUILD "HEAD")
set (PACKAGE_BUILD "BRANCH")
set (PACKAGE_VERSION ${PACKAGE_BUILD})
set (PACKAGE_STRING "yasm ${PACKAGE_VERSION}")

View file

@ -119,22 +119,22 @@
#define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
/* Define to build version of this package. */
#define PACKAGE_BUILD "HEAD"
#define PACKAGE_BUILD "BRANCH"
/* Define to internal version of this package. */
#define PACKAGE_INTVER "0.7.99"
#define PACKAGE_INTVER "1.0.0"
/* Define to the full name of this package. */
#define PACKAGE_NAME "yasm"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "yasm HEAD"
#define PACKAGE_STRING "yasm 1.0.x"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "yasm"
/* Define to the version of this package. */
#define PACKAGE_VERSION "HEAD"
#define PACKAGE_VERSION "1.0.x"
/* Define if the C compiler supports function prototypes. */
#define PROTOTYPES 1
@ -158,7 +158,7 @@
#define STDC_HEADERS 1
/* Version number of package */
#define VERSION "HEAD"
#define VERSION "1.0.x"
/* Define if using the dmalloc debugging malloc package */
/* #undef WITH_DMALLOC */

View file

@ -117,22 +117,22 @@
#define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
/* Define to build version of this package. */
#define PACKAGE_BUILD "HEAD"
#define PACKAGE_BUILD "BRANCH"
/* Define to internal version of this package. */
#define PACKAGE_INTVER "0.7.99"
#define PACKAGE_INTVER "1.0.0"
/* Define to the full name of this package. */
#define PACKAGE_NAME "yasm"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "yasm HEAD"
#define PACKAGE_STRING "yasm 1.0.x"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "yasm"
/* Define to the version of this package. */
#define PACKAGE_VERSION "HEAD"
#define PACKAGE_VERSION "1.0.x"
/* 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 "HEAD"
#define VERSION "1.0.x"
/* Define if using the dmalloc debugging malloc package */
/* #undef WITH_DMALLOC */

View file

@ -117,22 +117,22 @@
#define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
/* Define to build version of this package. */
#define PACKAGE_BUILD "HEAD"
#define PACKAGE_BUILD "BRANCH"
/* Define to internal version of this package. */
#define PACKAGE_INTVER "0.7.99"
#define PACKAGE_INTVER "1.0.0"
/* Define to the full name of this package. */
#define PACKAGE_NAME "yasm"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "yasm HEAD"
#define PACKAGE_STRING "yasm 1.0.x"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "yasm"
/* Define to the version of this package. */
#define PACKAGE_VERSION "HEAD"
#define PACKAGE_VERSION "1.0.x"
/* 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 "HEAD"
#define VERSION "1.0.x"
/* Define if using the dmalloc debugging malloc package */
/* #undef WITH_DMALLOC */

View file

@ -5,7 +5,7 @@
# autoconf setup
#
AC_PREREQ(2.53)
AC_INIT([yasm], [HEAD], [bug-yasm@tortall.net])
AC_INIT([yasm], [1.0.x], [bug-yasm@tortall.net])
#AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_HEADER([config.h])
@ -13,9 +13,9 @@ AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([1.9.6 foreign])
AM_MAINTAINER_MODE
AC_DEFINE(PACKAGE_INTVER, ["0.7.99"],
AC_DEFINE(PACKAGE_INTVER, ["1.0.0"],
[Define to internal version of this package.])
AC_DEFINE(PACKAGE_BUILD, ["HEAD"], [Define to build version of this package.])
AC_DEFINE(PACKAGE_BUILD, ["BRANCH"], [Define to build version of this package.])
#
# autoconf command-line options