From b34e41c3a5bddb4dfc800ebfe80ddfbb93b22197 Mon Sep 17 00:00:00 2001 From: Nestal Wan Date: Sun, 10 Jun 2012 11:12:34 +0800 Subject: [PATCH] starting the 0.2.0 branch --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d0cfcff..42e6847 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 2.8) -set( GRIVE_VERSION "0.1.1" ) +set( GRIVE_VERSION "0.2.0-pre" ) add_subdirectory( libgrive ) add_subdirectory( grive )