Skip to content

Commit

Permalink
utils: Update Changelog, etc. to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kgold2 committed Oct 28, 2024
1 parent 4cfd010 commit d149795
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
----------------
Changes in 2.4.1
----------------

Issue new test EK CA root certificates with a longer validity period.

----------------
Changes in 2.4.0
----------------
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

# Set package release version"
# After committing set git tag version.
AC_INIT(ibmtss, 2.4.0, kgold@linux.ibm.com)
AC_INIT(ibmtss, 2.4.1, kgold@linux.ibm.com)
AC_PREREQ([2.63])

# Convert major.minor.micro to libtool versioning (current-revision-age)
TSSLIB_VER_MAJOR=2
TSSLIB_VER_MINOR=4
TSSLIB_VER_MICRO=0
TSSLIB_VER_MICRO=1
TSSLIB_VERSION_INFO=`expr $TSSLIB_VER_MAJOR + $TSSLIB_VER_MINOR`:$TSSLIB_VER_MICRO:$TSSLIB_VER_MINOR
AC_SUBST([TSSLIB_VERSION_INFO], [$TSSLIB_VERSION_INFO])

Expand Down

0 comments on commit d149795

Please sign in to comment.