Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2008-04-18 19:00:21 +0000
committerAndrew Niefer2008-04-18 19:00:21 +0000
commit51db72965d6e57d71e14fcf883f41c3dfc97e391 (patch)
treeaebf6276f19103c4e267a50d1e364ef5b626d3dd /bundles/org.eclipse.equinox.executable/library/make_version.mak
parent10ea8f0cfcb9ae96d1ca29787d1863609f29afb0 (diff)
downloadrt.equinox.framework-51db72965d6e57d71e14fcf883f41c3dfc97e391.tar.gz
rt.equinox.framework-51db72965d6e57d71e14fcf883f41c3dfc97e391.tar.xz
rt.equinox.framework-51db72965d6e57d71e14fcf883f41c3dfc97e391.zip
*** empty log message ***
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 a0d0b0070..5f9e51476 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=111
+min_ver=112
LIB_VERSION = $(maj_ver)$(min_ver)

Back to the top