Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
notroj committed May 23, 2020
1 parent 37c5cdb commit fa1dd9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 1.2 (March 12th 2020)
Version 1.2 (May 23rd 2020)
- Add configure script.
- Add certwatch.cron(5) man page.
- Support "make install".
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.58)
AC_INIT(certwatch, 1.1)
AC_INIT(certwatch, 1.2)
AC_CHECK_PROGS(XMLTO, [xmlto], [:])
AC_CHECK_LIB(crypto, X509_get_subject_name,,
[AC_ERROR(libcrypto not found)])
Expand Down

0 comments on commit fa1dd9f

Please sign in to comment.