From 6ae3c4c46cf7f6c6204b367bf62dc389075e0a5f Mon Sep 17 00:00:00 2001 From: Darren Owen Date: Wed, 9 Nov 2016 05:28:18 +0000 Subject: [PATCH] Bump to v2.3.0 --- installer.nsi | 6 +++--- main.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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