File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ PROJECT_NAME = "Reference Guide"
4848# could be handy for archiving the generated documentation or if some version
4949# control system is used.
5050
51- PROJECT_NUMBER = 3.2.1
51+ PROJECT_NUMBER = 3.2.2-rc2
5252
5353# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454# for a project that appears at the top of each page and should give viewers a
Original file line number Diff line number Diff line change 4141
4242__MAJOR__ = 3
4343__MINOR__ = 2
44- __MICRO__ = 1
44+ __MICRO__ = 2
4545
46- __SHORT_VERSION__ = f"{ __MAJOR__ :d} .{ __MINOR__ :d} "
47- __VERSION__ = f"{ __MAJOR__ :d} .{ __MINOR__ :d} .{ __MICRO__ :d} "
46+ __SHORT_VERSION__ = f"{ __MAJOR__ :d} .{ __MINOR__ :d} -rc2 "
47+ __VERSION__ = f"{ __MAJOR__ :d} .{ __MINOR__ :d} .{ __MICRO__ :d} -rc2 "
You can’t perform that action at this time.
0 commit comments