diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-03 11:10:10 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-03 11:10:10 +0000 |
commit | 0577ef4a5ca12667d84cdeac1aa6504099f8640c (patch) | |
tree | 6335fbfb84208208687356d9cfe70d57d8b058a9 | |
parent | 605d2fb2ef202341ff11e627a7df9c54ff413c2d (diff) |
INTEGRATION: CWS neonupdate (1.2.4); FILE MERGED
2007/06/21 14:51:56 kso 1.2.4.1: #i77023# Update: 0.24.7 -> 0.26.3
-rw-r--r-- | neon/version.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/neon/version.mk b/neon/version.mk index 923160f54c92..da219a10aa28 100644 --- a/neon/version.mk +++ b/neon/version.mk @@ -4,9 +4,9 @@ # # $RCSfile: version.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: kz $ $Date: 2007-05-10 13:03:24 $ +# last change: $Author: rt $ $Date: 2007-07-03 12:10:10 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -36,9 +36,9 @@ # the major NEON_MAJOR=0 # the minor -NEON_MINOR=24 +NEON_MINOR=26 # the micro -NEON_MICRO=7 +NEON_MICRO=3 # concat NEON_VERSION=$(NEON_MAJOR)$(NEON_MINOR)$(NEON_MICRO) |