Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2013-02-13 15:29:29 +0000
committerSilenio Quarti2013-02-13 15:29:29 +0000
commitcb70c695f5c85be396bcb024db894795f8ec3262 (patch)
treecb8c3e295c4be88068abe285160d692a6ed9b969 /bundles/org.eclipse.equinox.executable
parent82481ea3b47e82016a79ed0be05e300138b09448 (diff)
downloadrt.equinox.framework-cb70c695f5c85be396bcb024db894795f8ec3262.tar.gz
rt.equinox.framework-cb70c695f5c85be396bcb024db894795f8ec3262.tar.xz
rt.equinox.framework-cb70c695f5c85be396bcb024db894795f8ec3262.zip
Binaries v20130213-1029v20130213-152929I20130214-2011
Diffstat (limited to 'bundles/org.eclipse.equinox.executable')
-rw-r--r--bundles/org.eclipse.equinox.executable/build.properties2
-rw-r--r--bundles/org.eclipse.equinox.executable/library/make_version.mak2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.executable/build.properties b/bundles/org.eclipse.equinox.executable/build.properties
index c52071562..f8fd12b9f 100644
--- a/bundles/org.eclipse.equinox.executable/build.properties
+++ b/bundles/org.eclipse.equinox.executable/build.properties
@@ -10,7 +10,7 @@
###############################################################################
#custom = true
p2.group.id = org.eclipse.equinox.executable
-binaryTag=v20130117-1237
+binaryTag=v20130213-1029
customBuildCallbacks=customBuildCallbacks.xml
bin.includes = bin/,\
feature.xml,\
diff --git a/bundles/org.eclipse.equinox.executable/library/make_version.mak b/bundles/org.eclipse.equinox.executable/library/make_version.mak
index 11832f6a7..41c9b799c 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=504
+min_ver=505
LIB_VERSION = $(maj_ver)$(min_ver)

Back to the top