updated version no.

This commit is contained in:
Günter Obiltschnig 2019-06-22 14:17:51 +02:00
parent 7a4f56e74b
commit 1f65d15ac5
4 changed files with 6 additions and 6 deletions

View File

@ -4,8 +4,8 @@
#include "winres.h"
#define POCO_VERSION 1,9,0,0
#define POCO_VERSION_STR "1.9.0"
#define POCO_VERSION 1,9,1,0
#define POCO_VERSION_STR "1.9.1"
VS_VERSION_INFO VERSIONINFO
FILEVERSION POCO_VERSION
@ -28,7 +28,7 @@ BEGIN
VALUE "FileDescription", "This file is part of the POCO C++ Libraries."
VALUE "FileVersion", POCO_VERSION_STR
VALUE "InternalName", "POCO"
VALUE "LegalCopyright", "Copyright (C) 2004-2018, Applied Informatics Software Engineering GmbH and Contributors."
VALUE "LegalCopyright", "Copyright (C) 2004-2019, Applied Informatics Software Engineering GmbH and Contributors."
VALUE "ProductName", "POCO C++ Libraries - http://pocoproject.org"
VALUE "ProductVersion", POCO_VERSION_STR
END

View File

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

View File

@ -1 +1 @@
1.9.0
1.9.1

View File

@ -1 +1 @@
60
61