diff options
author | Dirk Voelzke <dv@openoffice.org> | 2010-10-29 16:02:46 +0200 |
---|---|---|
committer | Dirk Voelzke <dv@openoffice.org> | 2010-10-29 16:02:46 +0200 |
commit | d0b76582f778a739980d747c861e06af0774541b (patch) | |
tree | ee3228c619e950c1fb937e768f471681ad8fde6c /desktop/util | |
parent | 77d58672c644bc403721dccf3baa7fcae8720ed8 (diff) |
dv22:#i112913# Use only one file with version info
Diffstat (limited to 'desktop/util')
-rwxr-xr-x[-rw-r--r--] | desktop/util/ooverinfo2.rc | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/desktop/util/ooverinfo2.rc b/desktop/util/ooverinfo2.rc index 8bc39767f04a..17af6818551e 100644..100755 --- a/desktop/util/ooverinfo2.rc +++ b/desktop/util/ooverinfo2.rc @@ -25,21 +25,7 @@ * *************************************************************************/ -#define VERSION 3 -#define SUBVERSION 3 -//#define VERVARIANT 0 -// .0 + VER_CONCEPT -// .100 + VER_ALPHA -// .200 + VER_BETA -// .300 + VER_GAMMA -// .500 + VER_FINAL -//#define VER_CONCEPT 0 -//#define VER_BETA 6 -#define VER_FINAL 0 - -#define VER_DAY 1 -#define VER_MONTH 1 -#define VER_YEAR 2010 +#include "version.hrc" // ----------------------------------------------------------------------- |