Skip to content

Commit

Permalink
Bump to v2.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBakaRem committed Mar 9, 2024
1 parent 5d1c233 commit e5a2666
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions TouhouRPC/TouhouRPC.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// TouhouRPC.cpp : Main file

// Copyright (C) 2020 Rem
// Copyright (C) 2020-2024 TheBakaRem
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
Expand All @@ -15,7 +15,7 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.

// Version definition
constexpr auto VERSION{ "1.5.0" };
constexpr auto VERSION{ "2.0.0-beta1" };

// Includes
#include <Windows.h>
Expand Down Expand Up @@ -109,7 +109,7 @@ void startDisplay() {
ios_base::sync_with_stdio(false);
cout << "TouhouRPC - Discord Rich Presence status for Touhou games - Version " << VERSION << "\n"
<< "Available on GitHub: https://github.com/TheBakaRem/TouhouRPC\n"
<< "Copyright (C) 2020-2023 Rem\n"
<< "Copyright (C) 2020-2024 TheBakaRem\n"
<< "Licensed under the GNU General Public License v3.0. This program comes with ABSOLUTELY NO WARRANTY; for details see the LICENSE file.\n"
<< "This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License.\n"
<< "\n"
Expand Down
2 changes: 1 addition & 1 deletion TouhouRPC/config.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; CONFIGURATION FILE FOR TOUHOURPC - VERSION 1.5.0
; CONFIGURATION FILE FOR TOUHOURPC - VERSION 2.0.0-beta1

; You can comment any line to make the program use a default value instead.
; If a value is invalid, the program will use the default value instead.
Expand Down

0 comments on commit e5a2666

Please sign in to comment.