Bump version to 0.1.0.

This commit is contained in:
Přemysl Eric Janouch 2011-02-07 20:46:29 +01:00
parent a27122e3ae
commit 8ddea0ecad
2 changed files with 5 additions and 2 deletions

View File

@ -15,8 +15,8 @@ endif (OPTION_NOINSTALL)
# Project information
set (project_VERSION_MAJOR "0")
set (project_VERSION_MINOR "0")
set (project_VERSION_PATCH "1")
set (project_VERSION_MINOR "1")
set (project_VERSION_PATCH "0")
set (project_VERSION "${project_VERSION_MAJOR}")
set (project_VERSION "${project_VERSION}.${project_VERSION_MINOR}")

3
NEWS Normal file
View File

@ -0,0 +1,3 @@
Version 0.1.0
- The first release.