From 88453605b6545b00c7f9b45396f53d2e4576b29a Mon Sep 17 00:00:00 2001 From: David Lechner Date: Tue, 8 Jun 2021 13:19:27 -0500 Subject: [PATCH] v3.0.0 :shipit: 2 the :world_map: and build a :robot: --- lib/pbio/include/pbio/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pbio/include/pbio/version.h b/lib/pbio/include/pbio/version.h index 70cd4496f..8690a9339 100644 --- a/lib/pbio/include/pbio/version.h +++ b/lib/pbio/include/pbio/version.h @@ -23,10 +23,10 @@ #define PBIO_VERSION_MICRO 0 /** The current prerelease level as a hex digit. */ -#define PBIO_VERSION_LEVEL_HEX 0xC +#define PBIO_VERSION_LEVEL_HEX 0xF /** The current prerelease serial. */ -#define PBIO_VERSION_SERIAL 1 +#define PBIO_VERSION_SERIAL 0 /** * The current prerelease level as a string.