mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-05 01:00:11 -05:00
1.5.1...
This commit is contained in:
parent
3bbf757ca4
commit
0494a7ceb1
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user