Skip to content

Commit

Permalink
Ancient 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
temisu committed Jun 7, 2024
1 parent c3f4c2b commit 55817c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 55817c6

Please sign in to comment.