diff --git a/installer.nsi b/installer.nsi index 82e68c0..5cfe59e 100644 --- a/installer.nsi +++ b/installer.nsi @@ -13,8 +13,8 @@ !define MINIMAL_VERSION "5.6.6.3507" ; common defines for a generic DrO installer :o) -!define VERSION "2.2.1" -!define ALT_VER "2_2_1" +!define VERSION "2.3.0" +!define ALT_VER "2_3_0" !define PLUG "Waveform Seeker" !define PLUG_ALT "Waveform_Seeker" !define PLUG_FILE "gen_waveseek" @@ -112,7 +112,7 @@ checkagain: ReadINIStr $R0 $R3 "found" "num" IntCmp $R0 0 ok - MessageBox MB_YESNO|MB_ICONEXCLAMATION "Please close all instances of Winamp before installing$\n\ + MessageBox MB_YESNO|MB_ICONEXCLAMATION "Please close all instances of Winamp before installing$\n\ ${PLUG} v${VERSION}.$\n$\nAttempt to close all Winamp instances now?" IDYES process IDNO 0 Delete $R3 Abort diff --git a/main.cpp b/main.cpp index 1352177..676b5c4 100644 --- a/main.cpp +++ b/main.cpp @@ -16,7 +16,7 @@ #include "gen_waveseek.h" #include "embedwnd.h" -#define PLUGIN_VERSION "2.2.1" +#define PLUGIN_VERSION "2.3.0" #ifdef GetPrivateProfileInt #undef GetPrivateProfileInt