Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maverick Tse authored and Maverick Tse committed Oct 30, 2016
1 parent 809bba5 commit 5c3f226
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SigColorFastAviUtl/sigcolorfastaviutl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@

#ifdef _DEBUG
#define PLUGIN_NAME_SCON "SContrast DEBUG"
#define VERSION_STR_SCON "SContrast(DEBUG) v0.1 by MaverickTse"
#define VERSION_STR_SCON "SContrast(DEBUG) v0.2 by MaverickTse"
#define PLUGIN_NAME_SDCON "SDeContrast DEBUG"
#define VERSION_STR_SDCON "SDeContrast(DEBUG) v0.1 by MaverickTse"
#define VERSION_STR_SDCON "SDeContrast(DEBUG) v0.2 by MaverickTse"
#else
#define PLUGIN_NAME_SCON "SContrast"
#define VERSION_STR_SCON "SContrast v0.1 by MaverickTse"
#define VERSION_STR_SCON "SContrast v0.2 by MaverickTse"
#define PLUGIN_NAME_SDCON "SDeContrast"
#define VERSION_STR_SDCON "SDeContrast v0.1 by MaverickTse"
#define VERSION_STR_SDCON "SDeContrast v0.2 by MaverickTse"
#endif

#define YSCALE 4096
Expand Down

0 comments on commit 5c3f226

Please sign in to comment.