From 75048f34598a1575a5fd05e5530df996c9a74099 Mon Sep 17 00:00:00 2001 From: Joao Carreira Date: Sun, 11 Mar 2018 15:29:13 +0000 Subject: [PATCH] Version bump 0.12 --- CMakeLists.txt | 2 +- Changelog | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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