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 4c044d2c2fe8..c5c6d6cc47f5 100644
--- a/neon/version.mk
+++ b/neon/version.mk
@@ -32,9 +32,9 @@
# the major
NEON_MAJOR=0
# the minor
-NEON_MINOR=26
+NEON_MINOR=28
# the micro
-NEON_MICRO=3
+NEON_MICRO=2
# concat
NEON_VERSION=$(NEON_MAJOR)$(NEON_MINOR)$(NEON_MICRO)