Skip to content

Commit

Permalink
Bump version to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fhanau committed Aug 22, 2022
1 parent 1a9414d commit 230133d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.8 FATAL_ERROR)
project(ect VERSION 0.9.2 LANGUAGES CXX C)
project(ect VERSION 0.9.3 LANGUAGES CXX C)

include(GNUInstallDirs)

Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ static void Usage() {
printf (
"Efficient Compression Tool\n"
"(c) 2014-2022 Felix Hanau.\n"
"Version 0.9.2"
"Version 0.9.3"
#ifdef __DATE__
" compiled on %s\n"
#endif
Expand Down

0 comments on commit 230133d

Please sign in to comment.