From a766a08b02a3350c820abf4b11ed6816edbc267f Mon Sep 17 00:00:00 2001 From: Sebastian Pop Date: Fri, 31 Jul 2009 13:10:30 -0500 Subject: [PATCH] Bump CLOOG_VERSION_REVISION to 5. --- include/cloog/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cloog/version.h b/include/cloog/version.h index bb820f1..f718df6 100644 --- a/include/cloog/version.h +++ b/include/cloog/version.h @@ -40,7 +40,7 @@ extern "C" #define CLOOG_VERSION_MINOR 15 /* The revision number of the CLooG version. */ -#define CLOOG_VERSION_REVISION 0 +#define CLOOG_VERSION_REVISION 5 /* The beta number of the CLooG version. This is zero for official releases and nonzero for development snapshots. */ -- 2.11.4.GIT