Skip to content

Commit

Permalink
gba: docs: Increase version number to 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioND committed May 15, 2022
1 parent d37886d commit 391a4a7
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion gba/gbt_player/gbt_hardware.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// GBT Player v4.2.0
// GBT Player v4.3.0
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion gba/gbt_player/gbt_player.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// GBT Player v4.2.0
// GBT Player v4.3.0
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion gba/gbt_player/gbt_player.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// GBT Player v4.2.0
// GBT Player v4.3.0
//
// SPDX-License-Identifier: MIT
//
Expand Down
4 changes: 2 additions & 2 deletions gba/mod2gbt/mod2gbt.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* mod2gbt v4.2.0 (Part of GBT Player)
* mod2gbt v4.3.0 (Part of GBT Player)
*
* SPDX-License-Identifier: MIT
*
Expand Down Expand Up @@ -738,7 +738,7 @@ void print_usage(void)

int main(int argc, char *argv[])
{
printf("mod2gbt v4.2.0 (part of GBT Player)\n");
printf("mod2gbt v4.3.0 (part of GBT Player)\n");
printf("Copyright (c) 2009-2022 Antonio Niño Díaz "
"<antonio_nd@outlook.com>\n");
printf("All rights reserved\n");
Expand Down
2 changes: 1 addition & 1 deletion gba/readme.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GBT Player v4.2.0
GBT Player v4.3.0
=================

Music player library and converter kit for Game Boy Advance. It only uses the
Expand Down
2 changes: 1 addition & 1 deletion gba/s3m2gbt/readme.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
s3m2gbt v4.2.0
s3m2gbt v4.3.0
==============

This tool can convert a special template of S3M into a GBT converted song.
Expand Down
4 changes: 2 additions & 2 deletions gba/s3m2gbt/s3m2gbt.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

# s3m2gbt v4.2.0 (Part of GBT Player)
# s3m2gbt v4.3.0 (Part of GBT Player)
#
# SPDX-License-Identifier: MIT
#
Expand Down Expand Up @@ -618,7 +618,7 @@ def convert_file(module_path, song_name, output_path, export_instruments):
import argparse
import sys

print("s3m2gbt v4.2.0 (part of GBT Player)")
print("s3m2gbt v4.3.0 (part of GBT Player)")
print("Copyright (c) 2022 Antonio Niño Díaz <antonio_nd@outlook.com>")
print("Copyright (c) 2015-2022 Kaitai Project")
print("All rights reserved")
Expand Down
4 changes: 2 additions & 2 deletions gba/s3msplit/s3msplit.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

# s3msplit v4.2.0 (Part of GBT Player)
# s3msplit v4.3.0 (Part of GBT Player)
#
# SPDX-License-Identifier: MIT
#
Expand Down Expand Up @@ -185,7 +185,7 @@ def s3m_split(s3m_in_path, s3m_psg_path, s3m_dma_path):
import argparse
import sys

print("s3msplit v4.2.0 (part of GBT Player)")
print("s3msplit v4.3.0 (part of GBT Player)")
print("Copyright (c) 2022 Antonio Niño Díaz <antonio_nd@outlook.com>")
print("All rights reserved")
print("")
Expand Down

0 comments on commit 391a4a7

Please # to comment.