File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ PROJECT_NAME = "SLAMBOX"
4848# could be handy for archiving the generated documentation or if some version
4949# control system is used.
5050
51- PROJECT_NUMBER = 0.1.0
51+ PROJECT_NUMBER = 0.1.0a
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 viewer a
Original file line number Diff line number Diff line change 5050 < option value ="" disabled selected style ="display:none; "> Version</ option >
5151 < option value ="/ "> Latest</ option >
5252 < option value ="/v0.1.0 "> v0.1.0</ option >
53+ < option value ="/v0.1.0a "> v0.1.0a</ option >
5354 </ select >
5455 <!-- END VERSION SELECTOR -->
5556 <!--BEGIN PROJECT_NUMBER-->
Original file line number Diff line number Diff line change 6677
88# Define versions
9- versions=(v0.1.0)
9+ versions=(v0.1.0 v0.1.0a )
1010
1111current_branch=$( git branch --show-current)
1212
You can’t perform that action at this time.
0 commit comments