summaryrefslogtreecommitdiffstats
path: root/neon/version.mk
diff options
context:
space:
mode:
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)