summaryrefslogtreecommitdiff
path: root/neon/version.mk
diff options
context:
space:
mode:
Diffstat (limited to 'neon/version.mk')
-rw-r--r--neon/version.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/neon/version.mk b/neon/version.mk
index 86716c5746f3..418999ff1452 100644
--- a/neon/version.mk
+++ b/neon/version.mk
@@ -28,9 +28,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)