From 2f0beec450041427f961e77eb400a7708f850d90 Mon Sep 17 00:00:00 2001 From: Jason Benaim Date: Sat, 24 Nov 2018 05:29:50 -0800 Subject: [PATCH] Bump version to 1.1 --- version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.h b/version.h index ab4082b..af0ffba 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #ifndef __VERSION_H__ #define __VERSION_H__ -#define VERSION_STRING "1.0" -#define VERSION_NUMBER (100) +#define VERSION_STRING "1.1" +#define VERSION_NUMBER (101) #endif