Skip to content

Commit 55817c6

Browse files
committed
Ancient 2.2.0
1 parent c3f4c2b commit 55817c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 2-Clause License
22

3-
Copyright (c) 2017-2023, Teemu Suutari
3+
Copyright (c) 2017-2024, Teemu Suutari
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
AC_INIT([ancient], [2.2.0-pre.0], [https://github.com/temisu/ancient/issues], [ancient], [https://github.com/temisu/ancient/])
2+
AC_INIT([ancient], [2.2.0], [https://github.com/temisu/ancient/issues], [ancient], [https://github.com/temisu/ancient/])
33
# ^^^^^^^^^^^
44
# Package Version
55
#

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ int main(int argc,char **argv)
7474
{
7575
auto usage=[]()
7676
{
77-
fprintf(stderr, "Ancient v2.1.0\n"
77+
fprintf(stderr, "Ancient v2.2.0\n"
7878
"Copyright (C) Teemu Suutari\n"
7979
"\n"
8080
"Usage: ancient i[dentify] packed_input_files...\n"

0 commit comments

Comments
 (0)