diff options
author | Michael Tänzer <neo@nhng.de> | 2012-01-26 20:47:38 +0100 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2012-01-26 20:47:38 +0100 |
commit | 8a7611eb5e18a678f81721d6602b668c2e7bea52 (patch) | |
tree | 02f61bd5121e019bc5fbf204cbbd127438718a2c | |
parent | ca4dc5c662667cb9da46fd72b6aa15521e3eafd2 (diff) | |
parent | f6129590b312f0b6b680f6085ff15f1d41c70691 (diff) | |
download | cacert-devel-8a7611eb5e18a678f81721d6602b668c2e7bea52.tar.gz cacert-devel-8a7611eb5e18a678f81721d6602b668c2e7bea52.tar.xz cacert-devel-8a7611eb5e18a678f81721d6602b668c2e7bea52.zip |
Merge branch 'tarballs' into release
-rw-r--r-- | www/capnew.php | 6 | ||||
-rw-r--r-- | www/coapnew.php | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/capnew.php b/www/capnew.php index abcc855..41a0894 100644 --- a/www/capnew.php +++ b/www/capnew.php @@ -17,8 +17,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -// $Id: capnew.php,v 1.3 2011-06-10 18:30:41 wytze Exp $ -define('REV', '$Revision: 1.3 $'); +// $Id: capnew.php,v 1.4 2012-01-24 14:26:05 root Exp $ +define('REV', '$Revision: 1.4 $'); /* ** Created from old cap.php 2003, which used the now obsoleted ftpdf package @@ -387,7 +387,7 @@ function utf8_is_ascii_ctrl($str) { // extend TCPF with custom functions class CAPPDF extends TCPDF { - // do cap form version numbering automatically '$Revision: 1.3 $' + // do cap form version numbering automatically '$Revision: 1.4 $' /*public*/ function Version() { strtok(REV, ' '); return(strtok(' ')); diff --git a/www/coapnew.php b/www/coapnew.php index 1fe8610..4f69247 100644 --- a/www/coapnew.php +++ b/www/coapnew.php @@ -17,8 +17,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -// $Id: coapnew.php,v 1.3 2011-06-10 18:30:42 wytze Exp $ -define('REV', '$Revision: 1.3 $'); +// $Id: coapnew.php,v 1.4 2012-01-24 14:26:05 root Exp $ +define('REV', '$Revision: 1.4 $'); /* ** Created from old cap.php 2003, which used the now obsoleted ftpdf package @@ -422,7 +422,7 @@ function utf8_is_ascii_ctrl($str) { // extend TCPF with custom functions class COAPPDF extends TCPDF { - // do cap form version numbering automatically "$Revision: 1.3 $" + // do cap form version numbering automatically "$Revision: 1.4 $" /*public*/ function Version() { strtok(REV, " "); return(strtok(" ")); |