Skip to content

Commit

Permalink
tss: Roll build file from 2.1.0 to 2.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Goldman <[email protected]>
  • Loading branch information
kgold2 committed Oct 6, 2023
1 parent 2d40110 commit 8842df8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
----------------
Changes in 2.1.1
----------------

Add man page for tpmproxy.
Update tss2.spec file for Fedora
Remove old OSes that don't include a modern OpenSSL from CI list

----------------
Changes in 2.1.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.1.0, [email protected])
AC_INIT(ibmtss, 2.1.1, [email protected])
AC_PREREQ([2.63])

# Convert major.minor.micro to libtool versioning (current-revision-age)
TSSLIB_VER_MAJOR=2
TSSLIB_VER_MINOR=1
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 8842df8

Please sign in to comment.