bump version to 1.9.0

This commit is contained in:
Günter Obiltschnig 2018-02-17 10:39:51 +01:00
parent f1cd23b71b
commit 5f5a358c5b
6 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
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

View File

@ -4,8 +4,8 @@
#include "winres.h"
#define POCO_VERSION 1,8,2,0
#define POCO_VERSION_STR "1.8.2"
#define POCO_VERSION 1,9,0,0
#define POCO_VERSION_STR "1.9.0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION POCO_VERSION

View File

@ -35,7 +35,7 @@
// Ax: alpha releases
// Bx: beta releases
//
#define POCO_VERSION 0x01080200
#define POCO_VERSION 0x01090000
#endif // Foundation_Version_INCLUDED

View File

@ -1 +1 @@
1.8.2
1.9.0

View File

@ -1,7 +1,7 @@
POCO C++ Libraries Release Notes
AAAIntroduction
!!!Release 1.8.2
!!!Release 1.9.0
!!Summary of Changes

View File

@ -1 +1 @@
52
60