Skip to content
Snippets Groups Projects
Commit 3c1406ef authored by Charles Delort's avatar Charles Delort
Browse files

increase version number to 3.3.0

parent 2e551576
No related branches found
Tags COOL_3_3_0
No related merge requests found
......@@ -18,9 +18,9 @@
// COOL_VERSIONINFO_RELEASE_x are #defined as of COOL 2.8.15
// Note that the former is defined within quotes, the latter are not!
#define COOL_VERSIONINFO_RELEASE_MAJOR 3
#define COOL_VERSIONINFO_RELEASE_MINOR 2
#define COOL_VERSIONINFO_RELEASE_PATCH 4
#define COOL_VERSIONINFO_RELEASE "3.2.4"
#define COOL_VERSIONINFO_RELEASE_MINOR 3
#define COOL_VERSIONINFO_RELEASE_PATCH 0
#define COOL_VERSIONINFO_RELEASE "3.3.0"
// Sanity check: does this compiler support c++11? (see CORALCOOL-2808)
#if ( ! defined(__GXX_EXPERIMENTAL_CXX0X__) ) && (__cplusplus < 201103L )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment