bump version to 1.9.2

This commit is contained in:
Günter Obiltschnig
2019-07-01 06:39:37 +02:00
parent 983aaf3d7f
commit 1904260d08
4 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@@ -1 +1 @@
1.9.1 1.9.2

View File

@@ -1 +1 @@
61 62