From 031c697056a51b6f6a81edfd4dc4e6f2db35dbba Mon Sep 17 00:00:00 2001 From: Yecheng Fu Date: Mon, 13 Jun 2016 11:56:40 +0800 Subject: [PATCH] release: bumped version to 0.2.1 --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index 7f3e7d2..57edaf2 100644 --- a/version.h +++ b/version.h @@ -2,6 +2,6 @@ #ifndef VERSION_H #define VERSION_H -const char *the_version = "0.2-7.gcced943"; +const char *the_version = "0.2.1"; #endif