CWS-TOOLING: integrate CWS dv20
This commit is contained in:
commit
1d66f255ab
3 changed files with 6 additions and 6 deletions
4
solenv/inc/version.hrc
Normal file → Executable file
4
solenv/inc/version.hrc
Normal file → Executable file
|
@ -26,7 +26,7 @@
|
|||
*************************************************************************/
|
||||
|
||||
#define VERSION 3
|
||||
#define SUBVERSION 3
|
||||
#define SUBVERSION 4
|
||||
//#define VERVARIANT 0 // never define this one, will be provided by build environment (BUILD_ID)
|
||||
// .0 + VER_CONCEPT
|
||||
// .100 + VER_ALPHA
|
||||
|
@ -38,7 +38,7 @@
|
|||
#define VER_FINAL 0
|
||||
|
||||
#define VER_DAY 1
|
||||
#define VER_MONTH 1
|
||||
#define VER_MONTH 8
|
||||
#define VER_YEAR 2010
|
||||
|
||||
#ifndef VER_FIRSTYEAR
|
||||
|
|
|
@ -26,5 +26,5 @@
|
|||
#*************************************************************************
|
||||
|
||||
OOOBASEVERSIONMAJOR=3
|
||||
OOOBASEVERSIONMINOR=3
|
||||
OOOBASEVERSIONMINOR=4
|
||||
OOOBASEVERSIONMICRO=0
|
||||
|
|
6
solenv/inc/version_so.hrc
Normal file → Executable file
6
solenv/inc/version_so.hrc
Normal file → Executable file
|
@ -25,8 +25,8 @@
|
|||
*
|
||||
*************************************************************************/
|
||||
|
||||
#define VERSION 9
|
||||
#define SUBVERSION 3
|
||||
#define VERSION 3
|
||||
#define SUBVERSION 4
|
||||
//#define VERVARIANT 0 // never define this one, will be provided by build environment (BUILD_ID)
|
||||
// .0 + VER_CONCEPT
|
||||
// .100 + VER_ALPHA
|
||||
|
@ -38,7 +38,7 @@
|
|||
#define VER_FINAL 0
|
||||
|
||||
#define VER_DAY 1
|
||||
#define VER_MONTH 1
|
||||
#define VER_MONTH 8
|
||||
#define VER_YEAR 2010
|
||||
|
||||
#ifndef VER_FIRSTYEAR
|
||||
|
|
Loading…
Reference in a new issue