summaryrefslogtreecommitdiffstats
path: root/neon/version.mk
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2010-02-03 16:32:05 +0100
committerKai Sommerfeld <kso@openoffice.org>2010-02-03 16:32:05 +0100
commitaa836157b645c55726a634efee6a724be0154664 (patch)
treea52994befd92d337a6c96da90d18ecf1141efce1 /neon/version.mk
parentCWS-TOOLING: integrate CWS printerpullpages (diff)
downloadcore-aa836157b645c55726a634efee6a724be0154664.tar.gz
core-aa836157b645c55726a634efee6a724be0154664.zip
#i108909# - Updated neon to version 0.29.3
Diffstat (limited to 'neon/version.mk')
-rw-r--r--neon/version.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/neon/version.mk b/neon/version.mk
index c5c6d6cc47f5..d8d4ceb1578e 100644
--- a/neon/version.mk
+++ b/neon/version.mk
@@ -1,7 +1,7 @@
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
+#
# Copyright 2008 by Sun Microsystems, Inc.
#
# OpenOffice.org - a multi-platform office productivity suite
@@ -32,9 +32,9 @@
# the major
NEON_MAJOR=0
# the minor
-NEON_MINOR=28
+NEON_MINOR=29
# the micro
-NEON_MICRO=2
+NEON_MICRO=3
# concat
NEON_VERSION=$(NEON_MAJOR)$(NEON_MINOR)$(NEON_MICRO)