Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2014-03-03 17:30:18 +0000
committerSilenio Quarti2014-03-03 17:30:18 +0000
commit21ad5940c528e499d08752d919f9d79870a1aed0 (patch)
tree463a52791e837e47d9435f5f9beadc1d06c5fb2f
parent48cc91881fabe6090deaff9e4998f89134ee1fcc (diff)
downloadrt.equinox.framework-21ad5940c528e499d08752d919f9d79870a1aed0.tar.gz
rt.equinox.framework-21ad5940c528e499d08752d919f9d79870a1aed0.tar.xz
rt.equinox.framework-21ad5940c528e499d08752d919f9d79870a1aed0.zip
increment launcher version
-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 39fb88723..e0d6afd15 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=601
+min_ver=602
LIB_VERSION = $(maj_ver)$(min_ver)

Back to the top