File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "Transaction Box"
3838# could be handy for archiving the generated documentation or if some version
3939# control system is used.
4040
41- PROJECT_NUMBER = "0.4.2 "
41+ PROJECT_NUMBER = "0.4.3 "
4242
4343# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444# 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 8080# The short X.Y version.
8181version = "0.4"
8282# The full version, including alpha/beta/rc tags.
83- release = "0.4.2 "
83+ release = "0.4.3 "
8484
8585extlinks = { 'git' : ( 'https://github.com/solidwallofcode/txn_box/tree/{}/%s' .format (release ) , '' ) }
8686
Original file line number Diff line number Diff line change 11Import('*')
22PartName("txn_box")
3- PartVersion("0.4.2 ")
3+ PartVersion("0.4.3 ")
44env.Part("txn_box.rpm.part")
55
66ts_ver = Version(env.subst(Component("trafficserver").DelaySubst("$PART_VERSION")))
You can’t perform that action at this time.
0 commit comments