Skip to content

Commit

Permalink
Bump version to 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fhanau committed Jan 8, 2024
1 parent ec10745 commit 9aabc23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.4 LANGUAGES CXX C)
project(ect VERSION 0.9.5 LANGUAGES CXX C)
cmake_policy(SET CMP0048 NEW)

include(GNUInstallDirs)
Expand Down
6 changes: 3 additions & 3 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// main.cpp
// Efficient Compression Tool
// Created by Felix Hanau on 12/19/14.
// Copyright (c) 2014-2023 Felix Hanau.
// Copyright (c) 2014-2024 Felix Hanau.

#include "main.h"
#include "support.h"
Expand Down Expand Up @@ -31,8 +31,8 @@ static std::atomic<long long> savings;
static void Usage() {
printf (
"Efficient Compression Tool\n"
"(c) 2014-2023 Felix Hanau.\n"
"Version 0.9.4"
"(c) 2014-2024 Felix Hanau.\n"
"Version 0.9.5"
#ifdef __DATE__
" compiled on %s\n"
#endif
Expand Down

0 comments on commit 9aabc23

Please sign in to comment.