From 948706530f27cb740672a24183d79e477b6eaf98 Mon Sep 17 00:00:00 2001 From: Nestal Wan Date: Sat, 9 Jun 2012 14:48:35 +0800 Subject: [PATCH] preparing for v0.1.1 release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6baf972..d0cfcff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 2.8) -set( GRIVE_VERSION "0.1.1-pre" ) +set( GRIVE_VERSION "0.1.1" ) add_subdirectory( libgrive ) add_subdirectory( grive )