diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2011-03-07 16:24:54 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2011-03-07 17:29:27 +0100 |
commit | ef2966e9bcd458069aa5af79de606c867729f4ef (patch) | |
tree | 090d7a3ecc2143bf7e0bef2fc07a40dd2687322a | |
parent | 7069108a0a0ed5238ca423ce8492e17185dba7fd (diff) | |
download | logdiag-ef2966e9bcd458069aa5af79de606c867729f4ef.tar.gz logdiag-ef2966e9bcd458069aa5af79de606c867729f4ef.tar.xz logdiag-ef2966e9bcd458069aa5af79de606c867729f4ef.zip |
Bump to version 0.1.2.v0.1.2
Update NEWS.
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | NEWS | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e3877a..9f1591e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}") @@ -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. |