From 44efa310205b136f0eadb90354fb449f3cf7f030 Mon Sep 17 00:00:00 2001 From: Mladen Turk Date: Wed, 7 Jun 2023 21:42:48 +0200 Subject: [PATCH] Release v2.1.2 --- CHANGES.md | 1 - svcbatch.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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"