updated version numbers

This commit is contained in:
Guenter Obiltschnig 2017-01-10 15:03:41 +01:00
parent 3a2b9014b9
commit 04812f5728
6 changed files with 19 additions and 6 deletions

View File

@ -1,5 +1,11 @@
This is the changelog file for the POCO C++ Libraries.
Release 1.7.8 (2016-02-XX)
==========================
- TODO
Release 1.7.7 (2016-12-31)
==========================

View File

@ -4,8 +4,8 @@
#include "winres.h"
#define POCO_VERSION 1,7,7,0
#define POCO_VERSION_STR "1.7.7"
#define POCO_VERSION 1,7,8,0
#define POCO_VERSION_STR "1.7.8"
VS_VERSION_INFO VERSIONINFO
FILEVERSION POCO_VERSION
@ -28,7 +28,7 @@ BEGIN
VALUE "FileDescription", "This file is part of the POCO C++ Libraries."
VALUE "FileVersion", POCO_VERSION_STR
VALUE "InternalName", "POCO"
VALUE "LegalCopyright", "Copyright (C) 2004-2016, Applied Informatics Software Engineering GmbH and Contributors."
VALUE "LegalCopyright", "Copyright (C) 2004-2017, Applied Informatics Software Engineering GmbH and Contributors."
VALUE "ProductName", "POCO C++ Libraries - http://pocoproject.org"
VALUE "ProductVersion", POCO_VERSION_STR
END

View File

@ -37,7 +37,7 @@
// Ax: alpha releases
// Bx: beta releases
//
#define POCO_VERSION 0x01070700
#define POCO_VERSION 0x01070800
#endif // Foundation_Version_INCLUDED

View File

@ -1 +1 @@
1.7.7
1.7.8

View File

@ -1,6 +1,13 @@
POCO C++ Libraries Release Notes
AAAIntroduction
!!!Release 1.7.8
!!Summary of Changes
- TODO
!!!Release 1.7.7
!!Summary of Changes

View File

@ -1 +1 @@
47
48