From 52428a6508dc8dcaf35c6d29f3b1cb5aa024e8e9 Mon Sep 17 00:00:00 2001 From: Mike Fikes Date: Wed, 4 Jan 2017 08:49:47 -0500 Subject: [PATCH] 2.0.0-beta.5 --- planck-c/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planck-c/globals.h b/planck-c/globals.h index 51f3344a..445d2461 100644 --- a/planck-c/globals.h +++ b/planck-c/globals.h @@ -1,6 +1,6 @@ // Global variables used throughout Planck -#define PLANCK_VERSION "2.0.0-beta.4" +#define PLANCK_VERSION "2.0.0-beta.5" #define EXIT_SUCCESS_INTERNAL -257