File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11cmake_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)
33cmake_policy (SET CMP0048 NEW)
44
55include (GNUInstallDirs)
Original file line number Diff line number Diff line change 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;
3131static 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
You can’t perform that action at this time.
0 commit comments