Bump to version 0.1.2.

Update NEWS.
This commit is contained in:
Přemysl Eric Janouch 2011-03-07 16:24:54 +01:00
parent 7069108a0a
commit ef2966e9bc
2 changed files with 8 additions and 1 deletions

View File

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

7
NEWS
View File

@ -1,3 +1,10 @@
Version 0.1.2
- Updated symbol library.
- Added Slovak, Polish and German translations.
- Rotation of symbols is also allowed while placing them.
- Now gluing to terminal points when creating connections.
- Toolbars and the grid can be hidden.
Version 0.1.1
- Rotation of symbols made possible.
- Connections can also be created at ends of other connections.