summaryrefslogtreecommitdiff
path: root/src/port/win32ver.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/win32ver.rc')
-rw-r--r--src/port/win32ver.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/win32ver.rc b/src/port/win32ver.rc
index f28843e9bf..11e54c3af8 100644
--- a/src/port/win32ver.rc
+++ b/src/port/win32ver.rc
@@ -17,7 +17,7 @@ BEGIN
VALUE "CompanyName", "PostgreSQL Global Development Group"
VALUE "FileDescription", FILEDESC
VALUE "FileVersion", PG_VERSION
- VALUE "LegalCopyright", "Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group. Portions Copyright (c) 1994, Regents of the University of California."
+ VALUE "LegalCopyright", "Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group. Portions Copyright (c) 1994, Regents of the University of California."
VALUE "ProductName", "PostgreSQL"
VALUE "ProductVersion", PG_VERSION
END