Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2010-06-17 19:58:14 +0000
committerAndrew Niefer2010-06-17 19:58:14 +0000
commit089458ecc2e1424e2c766c2ced13f28691e98ef5 (patch)
tree1eb3186daeb507bafe1c9c7014e7317256d41793 /bundles
parent673afae50b5c55e4d796043491a0ab31a6515a70 (diff)
downloadrt.equinox.framework-089458ecc2e1424e2c766c2ced13f28691e98ef5.tar.gz
rt.equinox.framework-089458ecc2e1424e2c766c2ced13f28691e98ef5.tar.xz
rt.equinox.framework-089458ecc2e1424e2c766c2ced13f28691e98ef5.zip
3.7
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/make_version.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/make_version.mak b/bundles/org.eclipse.equinox.executable/library/make_version.mak
index 2be9ebdef..ac88ef71f 100644
--- a/bundles/org.eclipse.equinox.executable/library/make_version.mak
+++ b/bundles/org.eclipse.equinox.executable/library/make_version.mak
@@ -1,5 +1,5 @@
#*******************************************************************************
-# Copyright (c) 2006 IBM Corporation and others.
+# Copyright (c) 2006, 2010 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -10,5 +10,5 @@
#*******************************************************************************
maj_ver=1
-min_ver=307
+min_ver=400
LIB_VERSION = $(maj_ver)$(min_ver)

Back to the top