Skip to content

Commit

Permalink
Version bump 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmcarreira committed Mar 11, 2018
1 parent 3b490b2 commit 75048f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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}\")
Expand Down
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 75048f3

Please sign in to comment.