diff --git a/LICENSE b/LICENSE index 47909b1..aae3edd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 2-Clause License -Copyright (c) 2017-2023, Teemu Suutari +Copyright (c) 2017-2024, Teemu Suutari All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/configure.ac b/configure.ac index 083cb62..cdda683 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([ancient], [2.2.0-pre.0], [https://github.com/temisu/ancient/issues], [ancient], [https://github.com/temisu/ancient/]) +AC_INIT([ancient], [2.2.0], [https://github.com/temisu/ancient/issues], [ancient], [https://github.com/temisu/ancient/]) # ^^^^^^^^^^^ # Package Version # diff --git a/main.cpp b/main.cpp index 68328be..f797428 100644 --- a/main.cpp +++ b/main.cpp @@ -74,7 +74,7 @@ int main(int argc,char **argv) { auto usage=[]() { - fprintf(stderr, "Ancient v2.1.0\n" + fprintf(stderr, "Ancient v2.2.0\n" "Copyright (C) Teemu Suutari\n" "\n" "Usage: ancient i[dentify] packed_input_files...\n"