Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature/library/make_version.mak')
-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