Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-01-18 08:30:45 +0000
committerSravan Kumar Lakkimsetti2018-01-18 08:34:00 +0000
commitdb772b386985a287ec9a8d9443296d21d3015935 (patch)
tree82eca224b31d9ac0a14466abe6c1744e44a76686
parent5b4e5455cdc082859121c9c3b3e48bc491dad4c5 (diff)
downloadrt.equinox.framework-db772b386985a287ec9a8d9443296d21d3015935.tar.gz
rt.equinox.framework-db772b386985a287ec9a8d9443296d21d3015935.tar.xz
rt.equinox.framework-db772b386985a287ec9a8d9443296d21d3015935.zip
Bug 528229 - Build launcher on Eclipse Foundation Infra
-Increment minor version photon release Change-Id: I0bddb0ddedb8f61430fe340be23e40e91b3a52c8 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--features/org.eclipse.equinox.executable.feature/library/make_version.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/library/make_version.mak b/features/org.eclipse.equinox.executable.feature/library/make_version.mak
index b9a3946bd..1db0b8f52 100644
--- a/features/org.eclipse.equinox.executable.feature/library/make_version.mak
+++ b/features/org.eclipse.equinox.executable.feature/library/make_version.mak
@@ -1,5 +1,5 @@
#*******************************************************************************
-# Copyright (c) 2006, 2014 IBM Corporation and others.
+# Copyright (c) 2006, 2018 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=628
+min_ver=700
LIB_VERSION = $(maj_ver)$(min_ver)

Back to the top