Skip to content

Commit

Permalink
Changed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohlstand committed Jun 23, 2016
1 parent 714e62f commit 9787475
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# OPL3BankEditor
A small cross-platform editor of the OPL3 FM banks of different formats

Currently supported Junglevision patch, DMX OPL-2, Apogee Sound System timbre formats, SoundBlaster IBK files. Other formats (*.bnk, *.opl, *.ad, *.adlraw) are planned
Currently supported Junglevision patch, DMX OPL-2, Apogee Sound System timbre formats, SoundBlaster IBK files, AdLib/HMI BNK files. Other formats (*.opl, *.ad, *.adlraw) are planned

# How to build
You need a Qt 5 to build this project.
Expand Down
5 changes: 4 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Version 1.2.1
Version 1.2.1-beta
- Added instrument importing from another banks (that allows merging and mass copy-pasting of instruments between banks)
- Added support of Sound-Blaster IBK files
- Added support of AdLib/HMI BNK bank formats (Support is experimental!)
- Experimental support of 5-channel OPL2 percussion mode testing

Version 1.2 (12 june 2016)
- Added support of DMX OPL2 and Build Engine Timbre bank formats support
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@

#define PROGRAM_NAME "FM Bank Editor by Wohlstand"

#define VERSION "1.2.1"
#define VERSION "1.2.1-beta"

#endif // VERSION_H

0 comments on commit 9787475

Please sign in to comment.