Skip to content

Commit

Permalink
Release 3.7.1
Browse files Browse the repository at this point in the history
Fixed powerpc perf tests only. No need for others to upgrade
  • Loading branch information
rurban committed Feb 1, 2022
1 parent 17bf3dc commit f9add92
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

ChangeLog file for safeclib

Changes in 3.7.1
- Fixed powerpc compilation of the perf tests. GH #113

Changes in 3.7
- Switched to proper semantic versioning for upstream packagers.
- Fixed getenv_s to allow dest=NULL or dmax=0 as in the spec. (GH #109)
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ gh-pages: docs
release: docs distcheck
git branch |grep '^* master'
git tag -f v`date +%d%m%Y`
git tag -f v$(PACKAGE_VERSION)
-git tag -f v$(PACKAGE_VERSION)
build-aux/autogen.sh
./configure
$(MAKE)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
AC_PREREQ([2.69])

# information on the package
AC_INIT([Safe C Library],[3.7],[https://github.com/rurban/safeclib/issues],[safeclib],[http://github.com/rurban/safeclib/])
AC_INIT([Safe C Library],[3.7.1],[https://github.com/rurban/safeclib/issues],[safeclib],[http://github.com/rurban/safeclib/])

# Configure the configure script
# ===============================================
Expand Down

0 comments on commit f9add92

Please sign in to comment.