From 6c39f22458eaea58dc176d01a056df7c95a38693 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Sun, 25 Feb 2007 18:41:04 +0000 Subject: [PATCH] Bump trunk version to 0.6.99 after 0.6.0 release. svn path=/trunk/yasm/; revision=1801 --- Mkfiles/dj/config.h | 2 +- Mkfiles/vc/config.h | 2 +- Mkfiles/vc8/config.h | 2 +- configure.ac | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Mkfiles/dj/config.h b/Mkfiles/dj/config.h index e5e3f5db..42bc8ca5 100644 --- a/Mkfiles/dj/config.h +++ b/Mkfiles/dj/config.h @@ -123,7 +123,7 @@ #define PACKAGE_BUILD "HEAD" /* Define to internal version of this package. */ -#define PACKAGE_INTVER "0.5.99" +#define PACKAGE_INTVER "0.6.99" /* Define to the full name of this package. */ #define PACKAGE_NAME "yasm" diff --git a/Mkfiles/vc/config.h b/Mkfiles/vc/config.h index 35e2a12d..22008e47 100644 --- a/Mkfiles/vc/config.h +++ b/Mkfiles/vc/config.h @@ -124,7 +124,7 @@ #define PACKAGE_BUILD "HEAD" /* Define to internal version of this package. */ -#define PACKAGE_INTVER "0.5.99" +#define PACKAGE_INTVER "0.6.99" /* Define to the full name of this package. */ #define PACKAGE_NAME "yasm" diff --git a/Mkfiles/vc8/config.h b/Mkfiles/vc8/config.h index ef786024..ece338b3 100644 --- a/Mkfiles/vc8/config.h +++ b/Mkfiles/vc8/config.h @@ -124,7 +124,7 @@ #define PACKAGE_BUILD "HEAD" /* Define to internal version of this package. */ -#define PACKAGE_INTVER "0.5.99" +#define PACKAGE_INTVER "0.6.99" /* Define to the full name of this package. */ #define PACKAGE_NAME "yasm" diff --git a/configure.ac b/configure.ac index f2efc713..68ccae99 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ AM_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE(yasm, [HEAD]) AM_MAINTAINER_MODE -AC_DEFINE(PACKAGE_INTVER, ["0.5.99"], +AC_DEFINE(PACKAGE_INTVER, ["0.6.99"], [Define to internal version of this package.]) AC_DEFINE(PACKAGE_BUILD, ["HEAD"], [Define to build version of this package.]) -- 2.40.0