diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 12:03:24 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 12:03:24 +0000 |
commit | 8a92e7bb519da728b5294fdb7772c69ed5fed8d3 (patch) | |
tree | f5a24378ec72d424dc105d3e388686f1feef6bf4 /neon/version.mk | |
parent | 21b9c46c2493cefb1a64ed1badee447bb6755810 (diff) |
INTEGRATION: CWS ucbfixes01 (1.1.2); FILE ADDED
2007/04/25 13:52:19 kso 1.1.2.1: #i67558# - Initial revision.
Diffstat (limited to 'neon/version.mk')
-rw-r--r-- | neon/version.mk | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/neon/version.mk b/neon/version.mk new file mode 100644 index 000000000000..923160f54c92 --- /dev/null +++ b/neon/version.mk @@ -0,0 +1,45 @@ +#************************************************************************* +# +# OpenOffice.org - a multi-platform office productivity suite +# +# $RCSfile: version.mk,v $ +# +# $Revision: 1.2 $ +# +# last change: $Author: kz $ $Date: 2007-05-10 13:03:24 $ +# +# The Contents of this file are made available subject to +# the terms of GNU Lesser General Public License Version 2.1. +# +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2005 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +#************************************************************************* + +# the major +NEON_MAJOR=0 +# the minor +NEON_MINOR=24 +# the micro +NEON_MICRO=7 + +# concat +NEON_VERSION=$(NEON_MAJOR)$(NEON_MINOR)$(NEON_MICRO) + |