Skip to content

Commit

Permalink
Bump version numbers for 1.1.0 release.
Browse files Browse the repository at this point in the history
svn path=/tags/yasm-1.1.0/; revision=2353
  • Loading branch information
PeterJohnson committed Aug 7, 2010
1 parent f051c34 commit 3b20772
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -30,7 +30,7 @@ set (YASM_VERSION_MAJOR 1)
set (YASM_VERSION_MINOR 1)
set (YASM_VERSION_SUBMINOR 0)
set (PACKAGE_INTVER "${YASM_VERSION_MAJOR}.${YASM_VERSION_MINOR}.${YASM_VERSION_SUBMINOR}")
set (PACKAGE_BUILD "BRANCH")
set (PACKAGE_BUILD "2352")
set (PACKAGE_VERSION ${PACKAGE_BUILD})
set (PACKAGE_STRING "yasm ${PACKAGE_VERSION}")

Expand Down
8 changes: 4 additions & 4 deletions Mkfiles/dj/config.h
Expand Up @@ -119,7 +119,7 @@
#define PACKAGE_BUGREPORT "bug-yasm@tortall.net"

/* Define to build version of this package. */
#define PACKAGE_BUILD "BRANCH"
#define PACKAGE_BUILD "2352"

/* Define to internal version of this package. */
#define PACKAGE_INTVER "1.1.0"
Expand All @@ -128,13 +128,13 @@
#define PACKAGE_NAME "yasm"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "yasm 1.1.x"
#define PACKAGE_STRING "yasm 1.1.0"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "yasm"

/* Define to the version of this package. */
#define PACKAGE_VERSION "1.1.x"
#define PACKAGE_VERSION "1.1.0"

/* Define if the C compiler supports function prototypes. */
#define PROTOTYPES 1
Expand All @@ -158,7 +158,7 @@
#define STDC_HEADERS 1

/* Version number of package */
#define VERSION "1.1.x"
#define VERSION "1.1.0"

/* Define if using the dmalloc debugging malloc package */
/* #undef WITH_DMALLOC */
Expand Down
8 changes: 4 additions & 4 deletions Mkfiles/vc10/config.h
Expand Up @@ -117,7 +117,7 @@
#define PACKAGE_BUGREPORT "bug-yasm@tortall.net"

/* Define to build version of this package. */
#define PACKAGE_BUILD "BRANCH"
#define PACKAGE_BUILD "2352"

/* Define to internal version of this package. */
#define PACKAGE_INTVER "1.1.0"
Expand All @@ -126,13 +126,13 @@
#define PACKAGE_NAME "yasm"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "yasm 1.1.x"
#define PACKAGE_STRING "yasm 1.1.0"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "yasm"

/* Define to the version of this package. */
#define PACKAGE_VERSION "1.1.x"
#define PACKAGE_VERSION "1.1.0"

/* Define if the C compiler supports function prototypes. */
#define PROTOTYPES 1
Expand All @@ -156,7 +156,7 @@
#define STDC_HEADERS 1

/* Version number of package */
#define VERSION "1.1.x"
#define VERSION "1.1.0"

/* Define if using the dmalloc debugging malloc package */
/* #undef WITH_DMALLOC */
Expand Down
8 changes: 4 additions & 4 deletions Mkfiles/vc9/config.h
Expand Up @@ -117,7 +117,7 @@
#define PACKAGE_BUGREPORT "bug-yasm@tortall.net"

/* Define to build version of this package. */
#define PACKAGE_BUILD "BRANCH"
#define PACKAGE_BUILD "2352"

/* Define to internal version of this package. */
#define PACKAGE_INTVER "1.1.0"
Expand All @@ -126,13 +126,13 @@
#define PACKAGE_NAME "yasm"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "yasm 1.1.x"
#define PACKAGE_STRING "yasm 1.1.0"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "yasm"

/* Define to the version of this package. */
#define PACKAGE_VERSION "1.1.x"
#define PACKAGE_VERSION "1.1.0"

/* Define if the C compiler supports function prototypes. */
#define PROTOTYPES 1
Expand All @@ -156,7 +156,7 @@
#define STDC_HEADERS 1

/* Version number of package */
#define VERSION "1.1.x"
#define VERSION "1.1.0"

/* Define if using the dmalloc debugging malloc package */
/* #undef WITH_DMALLOC */
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -5,7 +5,7 @@
# autoconf setup
#
AC_PREREQ(2.53)
AC_INIT([yasm], [1.1.x], [bug-yasm@tortall.net])
AC_INIT([yasm], [1.1.0], [bug-yasm@tortall.net])
#AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_HEADER([config.h])
Expand All @@ -15,7 +15,7 @@ AM_MAINTAINER_MODE

AC_DEFINE(PACKAGE_INTVER, ["1.1.0"],
[Define to internal version of this package.])
AC_DEFINE(PACKAGE_BUILD, ["BRANCH"], [Define to build version of this package.])
AC_DEFINE(PACKAGE_BUILD, ["2352"], [Define to build version of this package.])

#
# autoconf command-line options
Expand Down

0 comments on commit 3b20772

Please sign in to comment.