Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2017-04-28 21:11:53 +0000
committerArun Thondapu2017-04-28 21:15:43 +0000
commit3e5debb4e282ea1ba3dc74ea2197b705d3bf8de0 (patch)
tree82948760ab6a47f0b9d5ce64a8a2893f6717bbba /features
parent1b80d8422c51d02e751e11360baae404b5b27a2a (diff)
downloadrt.equinox.framework-3e5debb4e282ea1ba3dc74ea2197b705d3bf8de0.tar.gz
rt.equinox.framework-3e5debb4e282ea1ba3dc74ea2197b705d3bf8de0.tar.xz
rt.equinox.framework-3e5debb4e282ea1ba3dc74ea2197b705d3bf8de0.zip
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.equinox.executable.feature/library/make_version.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/library/make_version.mak b/features/org.eclipse.equinox.executable.feature/library/make_version.mak
index 5b0fa83ce..8c6bb7b60 100644
--- a/features/org.eclipse.equinox.executable.feature/library/make_version.mak
+++ b/features/org.eclipse.equinox.executable.feature/library/make_version.mak
@@ -10,5 +10,5 @@
#*******************************************************************************
maj_ver=1
-min_ver=620
+min_ver=621
LIB_VERSION = $(maj_ver)$(min_ver)

Back to the top