diff --git a/CHANGES.md b/CHANGES.md index 894f0e8..5a88f2f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,7 +8,6 @@ For a full list of changes, see the [git commit log][log] ## v2.1.2 - * In development * Drop inconsistent -bb option * Improve detecting invalid command option values diff --git a/svcbatch.h b/svcbatch.h index 108c887..0b42eab 100644 --- a/svcbatch.h +++ b/svcbatch.h @@ -64,7 +64,7 @@ /** * Set to zero for release versions */ -#define SVCBATCH_ISDEV_VERSION 1 +#define SVCBATCH_ISDEV_VERSION 0 #define SVCBATCH_NAME "SvcBatch"