From 53fc009b7adf218fcbf7db31ca225ca96b50c345 Mon Sep 17 00:00:00 2001 From: Jaroslav Beran Date: Tue, 3 Oct 2017 10:08:26 +0200 Subject: [PATCH] RELEASE 0.5.0 --- src/pisk_lib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pisk_lib.h b/src/pisk_lib.h index 24fc7e5..6f28342 100644 --- a/src/pisk_lib.h +++ b/src/pisk_lib.h @@ -17,7 +17,7 @@ #define _PISK_LIB_ -#define VERSION "0.4.2" +#define VERSION "0.5.0" #define GRID_OFFSET 2 #define grid_size_x 40 #define grid_size_y 40