mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
set version number to 1.12.0
This commit is contained in:
parent
7852153db5
commit
9577af8c6c
@ -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
|
||||
|
@ -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
|
||||
|
@ -35,7 +35,7 @@
|
||||
// Ax: alpha releases
|
||||
// Bx: beta releases
|
||||
//
|
||||
#define POCO_VERSION 0x010B0300
|
||||
#define POCO_VERSION 0x010C0000
|
||||
|
||||
|
||||
#endif // Foundation_Version_INCLUDED
|
||||
|
@ -1,7 +1,7 @@
|
||||
POCO C++ Libraries Release Notes
|
||||
AAAIntroduction
|
||||
|
||||
!!!Release 1.11.3
|
||||
!!!Release 1.12.0
|
||||
|
||||
!!Summary of Changes
|
||||
|
||||
|
@ -1 +1 @@
|
||||
83
|
||||
90
|
Loading…
Reference in New Issue
Block a user