updated version

This commit is contained in:
Guenter Obiltschnig
2016-03-17 09:15:46 +01:00
parent 58751caca0
commit 65a92d4c5c
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,7,1,0 #define POCO_VERSION 1,7,2,0
#define POCO_VERSION_STR "1.7.1" #define POCO_VERSION_STR "1.7.2"
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION POCO_VERSION FILEVERSION POCO_VERSION

View File

@@ -37,7 +37,7 @@
// Ax: alpha releases // Ax: alpha releases
// Bx: beta releases // Bx: beta releases
// //
#define POCO_VERSION 0x01070100 #define POCO_VERSION 0x01070200
#endif // Foundation_Version_INCLUDED #endif // Foundation_Version_INCLUDED

View File

@@ -1 +1 @@
1.7.1 1.7.2

View File

@@ -1 +1 @@
41 42