Skip to content

Commit

Permalink
Update to 0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan M. Carroll committed Oct 12, 2022
1 parent da538c8 commit 6495b23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Transaction Box"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "0.4.9"
PROJECT_NUMBER = "0.4.10"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
# The short X.Y version.
version = "0.4"
# The full version, including alpha/beta/rc tags.
release = "0.4.9"
release = "0.4.10"

extlinks = { 'git': ( 'https://github.com/solidwallofcode/txn_box/tree/{}/%s'.format(release) , '') }

Expand Down
2 changes: 1 addition & 1 deletion plugin/txn_box.part
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Import('*')
PartName("txn_box")
PartVersion("0.4.9")
PartVersion("0.4.10")
env.Part("txn_box.rpm.part")

ts_ver = Version(env.subst(Component("trafficserver").DelaySubst("$PART_VERSION")))
Expand Down

0 comments on commit 6495b23

Please sign in to comment.