From f5534f21c23242f44d99bcad524e44eee8bd6b08 Mon Sep 17 00:00:00 2001 From: Yecheng Fu Date: Thu, 8 Jun 2017 00:41:13 +0800 Subject: [PATCH] release: bumped version to 0.3 --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index 69d1b56..c91002a 100644 --- a/version.h +++ b/version.h @@ -2,6 +2,6 @@ #ifndef VERSION_H #define VERSION_H -const char *the_version = "0.2.2-46.g9c142db"; +const char *the_version = "0.3"; #endif