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 39affa8 commit 8a36c94Copy full SHA for 8a36c94
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
# Changelog
4
5
+## [3.3.0] - 2023-11-24
6
+
7
+### Changed
8
+- Bump version from release candidate to 3.3.0.
9
10
## [3.3.0c1] - 2023-11-20
11
12
### Added
lib/pbio/include/pbio/version.h
@@ -23,10 +23,10 @@
23
#define PBIO_VERSION_MICRO 0
24
25
/** The current prerelease level as a hex digit. */
26
-#define PBIO_VERSION_LEVEL_HEX 0xC
+#define PBIO_VERSION_LEVEL_HEX 0xF
27
28
/** The current prerelease serial. */
29
-#define PBIO_VERSION_SERIAL 1
+#define PBIO_VERSION_SERIAL 0
30
31
/**
32
* The current prerelease level as a string.
0 commit comments