Skip to content

Commit

Permalink
report actual package version
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed May 22, 2021
1 parent a56706a commit f411651
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([tex3ds], [2.1.1], [https://github.com/devkitPro/tex3ds/issues])
AC_INIT([tex3ds], [2.1.2], [https://github.com/devkitPro/tex3ds/issues])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([source/tex3ds.cpp])

Expand Down
4 changes: 2 additions & 2 deletions source/tex3ds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1153,8 +1153,8 @@ void write_header ()
/** @brief Print version information */
void print_version ()
{
std::printf ("tex3ds v1.0.1\n"
"Copyright (c) 2017-2019 Michael Theall (mtheall)\n\n"
std::printf ("tex3ds v" PACKAGE_VERSION "\n"
"Copyright (c) 2017-2021 Michael Theall (mtheall)\n\n"

"tex3ds is free software: you can redistribute it and/or modify\n"
"it under the terms of the GNU General Public License as published by\n"
Expand Down

0 comments on commit f411651

Please sign in to comment.