Skip to content

Commit 6921619

Browse files
committed
v3.3.0b1
1 parent cc7275b commit 6921619

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/pbio/include/pbio/version.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
#define PBIO_VERSION_MAJOR 3
1818

1919
/** The current minor version. */
20-
#define PBIO_VERSION_MINOR 2
20+
#define PBIO_VERSION_MINOR 3
2121

2222
/** The current patch version. */
23-
#define PBIO_VERSION_MICRO 2
23+
#define PBIO_VERSION_MICRO 0
2424

2525
/** The current prerelease level as a hex digit. */
26-
#define PBIO_VERSION_LEVEL_HEX 0xF
26+
#define PBIO_VERSION_LEVEL_HEX 0xB
2727

2828
/** The current prerelease serial. */
29-
#define PBIO_VERSION_SERIAL 0
29+
#define PBIO_VERSION_SERIAL 1
3030

3131
/**
3232
* The current prerelease level as a string.

0 commit comments

Comments
 (0)