set version number to 1.12.0

This commit is contained in:
Günter Obiltschnig 2022-05-17 07:24:22 +02:00
parent 7852153db5
commit 9577af8c6c
6 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
This is the changelog file for the POCO C++ Libraries.
Release 1.11.2 (2022-05-XX)
Release 1.12.0 (2022-06-XX)
===========================
- TODO

View File

@ -4,8 +4,8 @@
#include "winres.h"
#define POCO_VERSION 1,11,3,0
#define POCO_VERSION_STR "1.11.3"
#define POCO_VERSION 1,12,0,0
#define POCO_VERSION_STR "1.12.0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION POCO_VERSION

View File

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

View File

@ -1 +1 @@
1.11.3
1.12.0

View File

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

View File

@ -1 +1 @@
83
90