Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2014-12-04 15:22:09 +0000
committerArun Thondapu2014-12-04 15:22:09 +0000
commitff311bb211ff4ca314f4f6667736e05e82298ce2 (patch)
tree931afd6ef8738a616d1d89621a99798c649a5a0d /features
parentc994f822e77cd174da258638d9e44dfb85e001fc (diff)
downloadrt.equinox.framework-ff311bb211ff4ca314f4f6667736e05e82298ce2.tar.gz
rt.equinox.framework-ff311bb211ff4ca314f4f6667736e05e82298ce2.tar.xz
rt.equinox.framework-ff311bb211ff4ca314f4f6667736e05e82298ce2.zip
Diffstat (limited to 'features')
-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 9a2dd193c..92659566c 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, 2011 IBM Corporation and others.
+# Copyright (c) 2006, 2014 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=605
+min_ver=606
LIB_VERSION = $(maj_ver)$(min_ver)

Back to the top