preparing for the v0.2.0 release

pull/40/head
Nestal Wan 2012-06-19 00:12:40 +08:00
parent 55c0f4e6d5
commit cf7f28174c
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 2.8)
set( GRIVE_VERSION "0.2.0-pre" )
set( GRIVE_VERSION "0.2.0" )
add_subdirectory( libgrive )
add_subdirectory( grive )

5
README
View File

@ -1,4 +1,4 @@
Grive 0.1.1
Grive 0.2.0
9 June 2012
https://github.com/Grive/grive/wiki
@ -14,6 +14,7 @@ There are a few things that grive does not do at the moment:
- wait for changes in file system to occur and upload. Grive only sync when you run it.
- symbolic links support
- support for Google documents
- support for files >2GB
Of course these will be done in future, possibly the next release.
@ -23,7 +24,7 @@ You need the following libraries:
- libcurl
- libstdc++
- libgcrypt
- Boost (Boost filesystem is required)
- Boost (Boost filesystem and program_option are required)
There are also some optional dependencies:
- CppUnit (for unit tests)