Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2009-01-28 19:48:13 +0000
committerAndrew Niefer2009-01-28 19:48:13 +0000
commit572243895e1cd8ff2307ee73f889d3d0af4d9116 (patch)
tree90fbf1558066af59f796175de3fb46e8b0a5f203 /bundles/org.eclipse.equinox.executable/library/make_version.mak
parent329415d13e544c908208cb43a1bec59c02068edd (diff)
downloadrt.equinox.framework-572243895e1cd8ff2307ee73f889d3d0af4d9116.tar.gz
rt.equinox.framework-572243895e1cd8ff2307ee73f889d3d0af4d9116.tar.xz
rt.equinox.framework-572243895e1cd8ff2307ee73f889d3d0af4d9116.zip
bug 262692 - switch workspace on motifv20090128-1500
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 07e87db56..5f00ee3d7 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=201
+min_ver=202
LIB_VERSION = $(maj_ver)$(min_ver)

Back to the top