Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Moir2009-01-28 19:04:08 +0000
committerKim Moir2009-01-28 19:04:08 +0000
commite1e6e26863429678ad0899d6871e15a7b07f0da3 (patch)
tree2438a071d0d3d64c57de0f6ebbfeb900b7d9dbf5
parent707d963c8df2191008b128ce3c029c849718581e (diff)
downloadeclipse.pde-R3_4_maintenance.tar.gz
eclipse.pde-R3_4_maintenance.tar.xz
eclipse.pde-R3_4_maintenance.zip
Bug 262035 About dialog contains wrong datesR3_4_maintenance
-rw-r--r--org.eclipse.pde/about.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.pde/about.properties b/org.eclipse.pde/about.properties
index cb4af9b..84efef5 100644
--- a/org.eclipse.pde/about.properties
+++ b/org.eclipse.pde/about.properties
@@ -19,6 +19,6 @@ blurb=Eclipse Plug-in Development Environment\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
-(c) Copyright Eclipse contributors and others 2000, 2008. All rights reserved.\n\
+(c) Copyright Eclipse contributors and others 2000, 2009. All rights reserved.\n\
Visit http://www.eclipse.org/pde

Back to the top