diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e6bb8e..c0874f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ project(ktikz) cmake_minimum_required(VERSION 2.8.12) -set(KTIKZ_VERSION "0.11") +set(KTIKZ_VERSION "0.12") add_definitions(-DORGNAME=\"Florian_Hackenberger\" -DAPPNAME=\"ktikz\") add_definitions(-DAPPVERSION=\"${KTIKZ_VERSION}\") diff --git a/Changelog b/Changelog index afee2a8..8611256 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ +version 0.12: +- port to kde frameworks and remove unused classes +- "Edit template" button now uses the default text editor instead of +the one selected in settings version 0.11: - show in the statusbar the x- and y-coordinates of the mouse cursor according to the tikzpicture's coordinate system