CWS-TOOLING: integrate CWS kso45

This commit is contained in:
Jens-Heiner Rechtien
2010-07-22 13:45:03 +02:00
2 changed files with 13 additions and 15 deletions

View File

@@ -33,11 +33,9 @@ ENABLE_EXCEPTIONS = TRUE
.INCLUDE: settings.mk
.INCLUDE: rtlbootstrap.mk
.INCLUDE: versionlist.mk
#TODO: The underlying OOo base version needed here is currently only available
# as instsetoo_native/util/openoffice.lst OOOBASEVERSION, so hard-coding it here
# for now (see issue 110653):
my_version = 3.3
my_version = $(OOOBASEVERSIONMAJOR).$(OOOBASEVERSIONMINOR)
DLLPRE =

View File

@@ -26,7 +26,7 @@
*************************************************************************/
#define VERSION 3
#define SUBVERSION 2
#define SUBVERSION 3
//#define VERVARIANT 0
// .0 + VER_CONCEPT
// .100 + VER_ALPHA
@@ -38,8 +38,8 @@
#define VER_FINAL 0
#define VER_DAY 1
#define VER_MONTH 9
#define VER_YEAR 2009
#define VER_MONTH 1
#define VER_YEAR 2010
// -----------------------------------------------------------------------