Skip to content

Commit

Permalink
Report package version in mkbcfnt
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed May 23, 2021
1 parent 8031e56 commit e03b6e1
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.2], [https://github.com/devkitPro/tex3ds/issues])
AC_INIT([tex3ds], [2.1.3], [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/mkbcfnt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ namespace
/** @brief Print version information */
void printVersion ()
{
std::printf ("mkbcfnt v1.0.1\n"
"Copyright (c) 2019\n"
std::printf ("mkbcfnt v" PACKAGE_VERSION "\n"
"Copyright (c) 2019 - 2021\n"
" Michael Theall (mtheall)\n"
" piepie62\n\n"

Expand Down

0 comments on commit e03b6e1

Please sign in to comment.