From: Jeroen van der Heijden Date: Fri, 25 Sep 2020 14:39:24 +0000 (+0200) Subject: Update changelog and version X-Git-Tag: archive/raspbian/2.0.44-1+rpi1~1^2~3^2~2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=192df3043b6a7ee6385bb243c7d1a8dc2656087c;p=siridb-server.git Update changelog and version --- diff --git a/debian/changelog b/debian/changelog index 26a6f0fc..d4ca21ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +siridb-server (2.0.40-0~tt1) unstable; urgency=medium + + * New upstream release + - Added `alter tag` syntax (#144) + - Fixed list tags error when conditions are used (#145) + - Fixed division by zero bug (#146) + + -- Jeroen van der Heijden Fri, 25 Sep 2020 16:35:28 +0200 + siridb-server (2.0.39-0~tt1) unstable; urgency=medium * New upstream release diff --git a/include/siri/version.h b/include/siri/version.h index 38188718..0687728b 100644 --- a/include/siri/version.h +++ b/include/siri/version.h @@ -15,7 +15,7 @@ * Note that debian alpha packages should use versions like this: * 2.0.34-0alpha0 */ -#define SIRIDB_VERSION_PRE_RELEASE "-alpha-4" +#define SIRIDB_VERSION_PRE_RELEASE "" #ifndef NDEBUG #define SIRIDB_VERSION_BUILD_RELEASE "+debug"