From 471e98e440e0ba88553731835789594f284612dd Mon Sep 17 00:00:00 2001 From: Yecheng Fu Date: Thu, 11 Aug 2016 13:14:54 +0800 Subject: [PATCH] release: bumped version to $version --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index 57edaf2..ec79529 100644 --- a/version.h +++ b/version.h @@ -2,6 +2,6 @@ #ifndef VERSION_H #define VERSION_H -const char *the_version = "0.2.1"; +const char *the_version = "0.2.2"; #endif