diff --git a/procfilter_common.iss b/procfilter_common.iss index eddb9b3..42aeec0 100644 --- a/procfilter_common.iss +++ b/procfilter_common.iss @@ -1,6 +1,6 @@ #define MyAppDir "ProcFilter" -#define MyAppVersion "1.0.0-beta.1" +#define MyAppVersion "1.0.0-beta.2" [Setup] ; NOTE: The value of AppId uniquely identifies this application. diff --git a/service/include/procfilter/procfilter.h b/service/include/procfilter/procfilter.h index 5d1e352..e7c236f 100644 --- a/service/include/procfilter/procfilter.h +++ b/service/include/procfilter/procfilter.h @@ -42,7 +42,7 @@ extern "C" { // multiple threads can be doing scanning at onces, so multiple scans can be handling events simultaneously. // -#define PROCFILTER_VERSION L"1.0.0-beta.1" +#define PROCFILTER_VERSION L"1.0.0-beta.2" // // PROCFILTER_EVENT_INIT / PROCFILTER_EVENT_SHUTDOWN