Skip to content

Commit

Permalink
Bump version to 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fhanau committed Jan 23, 2023
1 parent 7d569e0 commit 503409a
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.3 LANGUAGES CXX C)
project(ect VERSION 0.9.4 LANGUAGES CXX C)

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-2022 Felix Hanau.
// Copyright (c) 2014-2023 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-2022 Felix Hanau.\n"
"Version 0.9.3"
"(c) 2014-2023 Felix Hanau.\n"
"Version 0.9.4"
#ifdef __DATE__
" compiled on %s\n"
#endif
Expand Down

0 comments on commit 503409a

Please sign in to comment.