Skip to content

Commit 9aabc23

Browse files
committed
Bump version to 0.9.5
1 parent ec10745 commit 9aabc23

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.8 FATAL_ERROR)
2-
project(ect VERSION 0.9.4 LANGUAGES CXX C)
2+
project(ect VERSION 0.9.5 LANGUAGES CXX C)
33
cmake_policy(SET CMP0048 NEW)
44

55
include(GNUInstallDirs)

src/main.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// main.cpp
22
// Efficient Compression Tool
33
// Created by Felix Hanau on 12/19/14.
4-
// Copyright (c) 2014-2023 Felix Hanau.
4+
// Copyright (c) 2014-2024 Felix Hanau.
55

66
#include "main.h"
77
#include "support.h"
@@ -31,8 +31,8 @@ static std::atomic<long long> savings;
3131
static void Usage() {
3232
printf (
3333
"Efficient Compression Tool\n"
34-
"(c) 2014-2023 Felix Hanau.\n"
35-
"Version 0.9.4"
34+
"(c) 2014-2024 Felix Hanau.\n"
35+
"Version 0.9.5"
3636
#ifdef __DATE__
3737
" compiled on %s\n"
3838
#endif

0 commit comments

Comments
 (0)