This commit is contained in:
Per Allansson 2013-03-12 08:30:10 +01:00
parent 3bbf757ca4
commit 0494a7ceb1
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 1.5.1 (2013-03-12)
- forgot to bump version number...
=== 1.5 (2013-03-12)
- added support for signing MSI files (patch from Marc-André Lureau)

View File

@ -1,6 +1,6 @@
AC_PREREQ(2.60)
AC_INIT([osslsigncode], [1.4], [pallansson@gmail.com])
AC_INIT([osslsigncode], [1.5.1], [pallansson@gmail.com])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE

View File

@ -19,7 +19,7 @@
*/
static const char *rcsid = "$Id: osslsigncode.c,v 1.5 2013/03/12 06:05:12 mfive Exp $";
static const char *rcsid = "$Id: osslsigncode.c,v 1.5.1 2013/03/12 06:05:12 mfive Exp $";
/*
Implemented with good help from: