Skip to content
Snippets Groups Projects
Commit 06af7fa2 authored by cdelort's avatar cdelort
Browse files

upgrade to version 3.2.2

parent d20b312a
No related branches found
No related tags found
No related merge requests found
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
// Note that the former is defined within quotes, the latter are not! // Note that the former is defined within quotes, the latter are not!
#define COOL_VERSIONINFO_RELEASE_MAJOR 3 #define COOL_VERSIONINFO_RELEASE_MAJOR 3
#define COOL_VERSIONINFO_RELEASE_MINOR 2 #define COOL_VERSIONINFO_RELEASE_MINOR 2
#define COOL_VERSIONINFO_RELEASE_PATCH 1 #define COOL_VERSIONINFO_RELEASE_PATCH 2
#define COOL_VERSIONINFO_RELEASE "3.2.1" #define COOL_VERSIONINFO_RELEASE "3.2.2"
// Sanity check: does this compiler support c++11? (see CORALCOOL-2808) // Sanity check: does this compiler support c++11? (see CORALCOOL-2808)
#if ( ! defined(__GXX_EXPERIMENTAL_CXX0X__) ) && (__cplusplus < 201103L ) #if ( ! defined(__GXX_EXPERIMENTAL_CXX0X__) ) && (__cplusplus < 201103L )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment