Skip to content

Commit

Permalink
Finalise v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesh committed May 28, 2022
1 parent 94ebe98 commit 110f7c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "stdafx.h"

#define OPENLYRICS_VERSION "1.2-dev"
#define OPENLYRICS_VERSION "1.2"

// Declaration of your component's version information
// Since foobar2000 v1.0 having at least one of these in your DLL is mandatory to let the troubleshooter tell different versions of your component apart.
Expand All @@ -27,7 +27,7 @@ void OpenLyricsVersion::get_about_message(pfc::string_base & out)
out += "Source available at https://github.com/jacquesh/foo_openlyrics\n";
out += "You can support development at https://www.buymeacoffee.com/jacquesheunis\n";
out += "\nChangelog:\n";
out += "Version " OPENLYRICS_VERSION " (" __DATE__ "):\n"
out += "Version 1.2 (2022-05-28):\n"
"- Add some additional info to the debug logs for searching & saving\n"
"- Fix failing to load the last line of lyrics\n"
"- Fix empty lines being ignored by the editor\n"
Expand Down

0 comments on commit 110f7c7

Please sign in to comment.