mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
bump version to 1.9.0
This commit is contained in:
parent
f1cd23b71b
commit
5f5a358c5b
@ -1,7 +1,7 @@
|
|||||||
This is the changelog file for the POCO C++ Libraries.
|
This is the changelog file for the POCO C++ Libraries.
|
||||||
|
|
||||||
|
|
||||||
Release 1.8.2 (2018-02-xx)
|
Release 1.9.0 (2018-02-xx)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
- TODO
|
- TODO
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
#include "winres.h"
|
#include "winres.h"
|
||||||
|
|
||||||
#define POCO_VERSION 1,8,2,0
|
#define POCO_VERSION 1,9,0,0
|
||||||
#define POCO_VERSION_STR "1.8.2"
|
#define POCO_VERSION_STR "1.9.0"
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION POCO_VERSION
|
FILEVERSION POCO_VERSION
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
// Ax: alpha releases
|
// Ax: alpha releases
|
||||||
// Bx: beta releases
|
// Bx: beta releases
|
||||||
//
|
//
|
||||||
#define POCO_VERSION 0x01080200
|
#define POCO_VERSION 0x01090000
|
||||||
|
|
||||||
|
|
||||||
#endif // Foundation_Version_INCLUDED
|
#endif // Foundation_Version_INCLUDED
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
POCO C++ Libraries Release Notes
|
POCO C++ Libraries Release Notes
|
||||||
AAAIntroduction
|
AAAIntroduction
|
||||||
|
|
||||||
!!!Release 1.8.2
|
!!!Release 1.9.0
|
||||||
|
|
||||||
!!Summary of Changes
|
!!Summary of Changes
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
52
|
60
|
Loading…
Reference in New Issue
Block a user