summaryrefslogtreecommitdiff
path: root/Build/source/libs/teckit/TECkit-src/source/Sample-tools/version_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/teckit/TECkit-src/source/Sample-tools/version_defs.h')
-rw-r--r--Build/source/libs/teckit/TECkit-src/source/Sample-tools/version_defs.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/Build/source/libs/teckit/TECkit-src/source/Sample-tools/version_defs.h b/Build/source/libs/teckit/TECkit-src/source/Sample-tools/version_defs.h
index a7676c7bb16..105d7136914 100644
--- a/Build/source/libs/teckit/TECkit-src/source/Sample-tools/version_defs.h
+++ b/Build/source/libs/teckit/TECkit-src/source/Sample-tools/version_defs.h
@@ -1,5 +1,5 @@
/*------------------------------------------------------------------------
-Copyright (c) 2008-2014 SIL International. All rights reserved.
+Copyright (c) 2008-2016 SIL International. All rights reserved.
Distributable under the terms of either the Common Public License or the
GNU Lesser General Public License, as specified in the LICENSING.txt file.
@@ -10,15 +10,15 @@ GNU Lesser General Public License, as specified in the LICENSING.txt file.
#include <windows.h>
// version numbers that should be updated for each release
-#define VER_FILEVERSION 2,5,4,0
-#define VER_FILEVERSION_STR "2.5.4.0\0"
+#define VER_FILEVERSION 2,5,6,0
+#define VER_FILEVERSION_STR "2.5.6.0\0"
-#define VER_PRODUCTVERSION 2,5,4,0
-#define VER_PRODUCTVERSION_STR "2.5.4\0"
+#define VER_PRODUCTVERSION 2,5,6,0
+#define VER_PRODUCTVERSION_STR "2.5.6\0"
// constants used in all the binaries, shouldn't need changing (until next year)
#define VER_COMPANY_NAME_STR "SIL International\0"
-#define VER_COPYRIGHT_STR "Copyright (c) 2002-2014\0"
+#define VER_COPYRIGHT_STR "Copyright (c) 2002-2016\0"
#define VER_PRODUCT_NAME_STR "TECkit basic tools\0"
#ifndef DEBUG