-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gba: Increase version number to v4.0.1
- Loading branch information
Showing
8 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// GBT Player v4.0.0 | ||
// GBT Player v4.0.1 | ||
// | ||
// SPDX-License-Identifier: MIT | ||
// | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// GBT Player v4.0.0 | ||
// GBT Player v4.0.1 | ||
// | ||
// SPDX-License-Identifier: MIT | ||
// | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// GBT Player v4.0.0 | ||
// GBT Player v4.0.1 | ||
// | ||
// SPDX-License-Identifier: MIT | ||
// | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// GBT Player v4.0.0 | ||
// GBT Player v4.0.1 | ||
// | ||
// SPDX-License-Identifier: MIT | ||
// | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* mod2gbt v4.0.0 (Part of GBT Player) | ||
* mod2gbt v4.0.1 (Part of GBT Player) | ||
* | ||
* SPDX-License-Identifier: MIT | ||
* | ||
|
@@ -766,7 +766,7 @@ void print_usage(void) | |
|
||
int main(int argc, char *argv[]) | ||
{ | ||
printf("mod2gbt v4.0.0 (part of GBT Player)\n"); | ||
printf("mod2gbt v4.0.1 (part of GBT Player)\n"); | ||
printf("Copyright (c) 2009-2022 Antonio Niño Díaz " | ||
"<[email protected]>\n"); | ||
printf("All rights reserved\n"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env python3 | ||
|
||
# s3m2gbt v4.0.0 (Part of GBT Player) | ||
# s3m2gbt v4.0.1 (Part of GBT Player) | ||
# | ||
# SPDX-License-Identifier: MIT | ||
# | ||
|
@@ -488,7 +488,7 @@ def convert_file(module_path, song_name, output_path): | |
|
||
if __name__ == "__main__": | ||
|
||
print("s3m2gbt v4.0.0 (part of GBT Player)") | ||
print("s3m2gbt v4.0.1 (part of GBT Player)") | ||
print("Copyright (c) 2022 Antonio Niño Díaz <[email protected]>") | ||
print("Copyright (c) 2015-2022 Kaitai Project") | ||
print("All rights reserved") | ||
|