Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Jan 8, 2016
1 parent ddfec46 commit 68d37b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 0.4.0 - 2016.01.??
Version 0.4.0 - 2016.01.09
* ui: Prefer dark theme, removed custom window background hack
* ui: Persist window position and size
* recording: Do not block UI during GIF post processing
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project("peek" C)
cmake_minimum_required(VERSION 2.6)

set (PEEK_VERSION_MAJOR 0)
set (PEEK_VERSION_MINOR 3)
set (PEEK_VERSION_MINOR 4)
set (PEEK_VERSION_PATCH 0)

set (XDG_APPS_INSTALL_DIR share/applications)
Expand Down Expand Up @@ -82,7 +82,7 @@ install(PROGRAMS peek.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
add_subdirectory(assets)
add_subdirectory(po)

if(BUILD_TESTS)
if(BUILD_TESTS)
add_subdirectory(tests)
else()
add_subdirectory(tests EXCLUDE_FROM_ALL)
Expand Down

0 comments on commit 68d37b0

Please sign in to comment.