Skip to content
Snippets Groups Projects
Commit 2a59e19e authored by Marcelo Vogel's avatar Marcelo Vogel
Browse files

Bump to version 3.3.13

parent f3f4f915
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,8 @@
// Note that the former is defined within quotes, the latter are not!
#define COOL_VERSIONINFO_RELEASE_MAJOR 3
#define COOL_VERSIONINFO_RELEASE_MINOR 3
#define COOL_VERSIONINFO_RELEASE_PATCH 12
#define COOL_VERSIONINFO_RELEASE "3.3.12"
#define COOL_VERSIONINFO_RELEASE_PATCH 13
#define COOL_VERSIONINFO_RELEASE "3.3.13"
// 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