Skip to content

Commit

Permalink
Bump to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0biwan committed Nov 9, 2016
1 parent 41db835 commit 6ae3c4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ae3c4c

Please sign in to comment.