mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-13 06:44:13 +02:00
updated version
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
This is the changelog file for the POCO C++ Libraries.
|
This is the changelog file for the POCO C++ Libraries.
|
||||||
|
|
||||||
|
|
||||||
|
Release 1.9.1 (2018-xx-xx)
|
||||||
|
==========================
|
||||||
|
|
||||||
|
- TODO
|
||||||
|
|
||||||
|
|
||||||
Release 1.9.0 (2018-03-07)
|
Release 1.9.0 (2018-03-07)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
@@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
#include "winres.h"
|
#include "winres.h"
|
||||||
|
|
||||||
#define POCO_VERSION 1,9,0,0
|
#define POCO_VERSION 1,9,1,0
|
||||||
#define POCO_VERSION_STR "1.9.0"
|
#define POCO_VERSION_STR "1.9.1"
|
||||||
|
|
||||||
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 0x01090000
|
#define POCO_VERSION 0x01090100
|
||||||
|
|
||||||
|
|
||||||
#endif // Foundation_Version_INCLUDED
|
#endif // Foundation_Version_INCLUDED
|
||||||
|
@@ -1,6 +1,13 @@
|
|||||||
POCO C++ Libraries Release Notes
|
POCO C++ Libraries Release Notes
|
||||||
AAAIntroduction
|
AAAIntroduction
|
||||||
|
|
||||||
|
!!!Release 1.9.1
|
||||||
|
|
||||||
|
!!Summary of Changes
|
||||||
|
|
||||||
|
- TODO
|
||||||
|
|
||||||
|
|
||||||
!!!Release 1.9.0
|
!!!Release 1.9.0
|
||||||
|
|
||||||
!!Summary of Changes
|
!!Summary of Changes
|
||||||
|
@@ -1 +1 @@
|
|||||||
60
|
61
|
Reference in New Issue
Block a user