We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc7275b commit 6921619Copy full SHA for 6921619
lib/pbio/include/pbio/version.h
@@ -17,16 +17,16 @@
17
#define PBIO_VERSION_MAJOR 3
18
19
/** The current minor version. */
20
-#define PBIO_VERSION_MINOR 2
+#define PBIO_VERSION_MINOR 3
21
22
/** The current patch version. */
23
-#define PBIO_VERSION_MICRO 2
+#define PBIO_VERSION_MICRO 0
24
25
/** The current prerelease level as a hex digit. */
26
-#define PBIO_VERSION_LEVEL_HEX 0xF
+#define PBIO_VERSION_LEVEL_HEX 0xB
27
28
/** The current prerelease serial. */
29
-#define PBIO_VERSION_SERIAL 0
+#define PBIO_VERSION_SERIAL 1
30
31
/**
32
* The current prerelease level as a string.
0 commit comments