Skip to content

Commit

Permalink
libswoc version update: 1.5.13 (#11958)
Browse files Browse the repository at this point in the history
We cut a release of trafficserver-libswoc that has our latest ATS
changes to lib/swoc. That release is 1.5.13. This updates our local
swoc_version.h to reflect this new release.
  • Loading branch information
bneradt authored Jan 15, 2025
1 parent 33c2793 commit 0c1b142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/swoc/include/swoc/swoc_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
#pragma once

#if !defined(SWOC_VERSION_NS)
#define SWOC_VERSION_NS _1_5_12
#define SWOC_VERSION_NS _1_5_13
#endif

namespace swoc { inline namespace SWOC_VERSION_NS {
static constexpr unsigned MAJOR_VERSION = 1;
static constexpr unsigned MINOR_VERSION = 5;
static constexpr unsigned POINT_VERSION = 12;
static constexpr unsigned POINT_VERSION = 13;
}} // namespace swoc::SWOC_VERSION_NS

0 comments on commit 0c1b142

Please sign in to comment.