diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 17:27:29 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 17:27:29 +0000 |
commit | 24d26d6090b744a6280aff18a3dc9c6da4e72a44 (patch) | |
tree | d89c2d06aabf2ff34c5a4a8bfb0667bd4c639d00 /dmake | |
parent | a5fb95073c8d38b06e76c61be9227bbcdc7f7cc2 (diff) |
INTEGRATION: CWS dmake412_DEV300 (1.31.2); FILE MERGED
2008/02/26 23:37:49 vq 1.31.2.2: #i83497# Release dmake 4.12.
2007/11/09 15:50:50 vq 1.31.2.1: #i83497# Bump version to 4.12-cvs.
Diffstat (limited to 'dmake')
-rwxr-xr-x | dmake/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmake/configure.in b/dmake/configure.in index 9317e58ad..498c7b237 100755 --- a/dmake/configure.in +++ b/dmake/configure.in @@ -6,7 +6,7 @@ dnl Set the package version dnl Don't forget to update the PACKAGE, VERSION and BUILDINFO macros in dnl dmake/win95/microsft/config.h to keep the native Microsoft C++ dnl compiler build happy. -AC_INIT(dmake, 4.11) +AC_INIT(dmake, 4.12) AC_CANONICAL_BUILD BUILDINFO="$build" |