Bump version to 0.9.2

Change-Id: I23f254eaa58fdf8f49c54fd1e00452c5bce943dd
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8abe345..356afd2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.9)
-project(dereko2vec VERSION 0.9.1 DESCRIPTION "Fork from wang2vec with extensions for re-training and count based models")
+project(dereko2vec VERSION 0.9.2 DESCRIPTION "Fork from wang2vec with extensions for re-training and count based models")
 option(STATIC_DEREKO2VEC "Build dereko2vec as a static binary" OFF)
 option(STATIC_ROCKSDB "Link rocksdb and collocatordb statically, everything else shared" OFF)
 if (STATIC_DEREKO2VEC AND APPLE)
diff --git a/src/dereko2vec.c b/src/dereko2vec.c
index 7c8bb5f..78bdbfd 100644
--- a/src/dereko2vec.c
+++ b/src/dereko2vec.c
@@ -1940,7 +1940,7 @@
 }
 
 void print_help() {
-		printf("WORD VECTOR estimation toolkit v 0.9.1\n\n");
+		printf("WORD VECTOR estimation toolkit v 0.9.2\n\n");
 		printf("Options:\n");
 		printf("Parameters for training:\n");
 		printf("\t-train <file>\n");