mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-21 21:18:35 +01:00
updated version numbers
This commit is contained in:
parent
3a2b9014b9
commit
04812f5728
@ -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)
|
||||
==========================
|
||||
|
||||
|
@ -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
|
||||
|
@ -37,7 +37,7 @@
|
||||
// Ax: alpha releases
|
||||
// Bx: beta releases
|
||||
//
|
||||
#define POCO_VERSION 0x01070700
|
||||
#define POCO_VERSION 0x01070800
|
||||
|
||||
|
||||
#endif // Foundation_Version_INCLUDED
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
47
|
||||
48
|
||||
|
Loading…
x
Reference in New Issue
Block a user