Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2009-06-29 19:05:53 +0000
committerAndrew Niefer2009-06-29 19:05:53 +0000
commit576db621022c46753836460f169e31ab0ba373d5 (patch)
tree9cda39442463bebf60801e40bde3d6c6b1af1da0 /bundles/org.eclipse.equinox.executable/library/make_version.mak
parente23aac8db0555ccd64c10d5b0b91c82fefebe22a (diff)
downloadrt.equinox.framework-576db621022c46753836460f169e31ab0ba373d5.tar.gz
rt.equinox.framework-576db621022c46753836460f169e31ab0ba373d5.tar.xz
rt.equinox.framework-576db621022c46753836460f169e31ab0ba373d5.zip
bug 277064 crash on splash takedown
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library/make_version.mak')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/make_version.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/make_version.mak b/bundles/org.eclipse.equinox.executable/library/make_version.mak
index a927a2bf6..9883b2ec6 100644
--- a/bundles/org.eclipse.equinox.executable/library/make_version.mak
+++ b/bundles/org.eclipse.equinox.executable/library/make_version.mak
@@ -10,5 +10,5 @@
#*******************************************************************************
maj_ver=1
-min_ver=206
+min_ver=300
LIB_VERSION = $(maj_ver)$(min_ver)

Back to the top