mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
manual.txt: use tablenos filter also; fix tools/update-version.php
This commit is contained in:
@ -240,7 +240,6 @@ version_replace(1, $data_dirname . 'docs/manual.pmd', '/^% Version /', '/[0-9]+\
|
||||
if ($build !== 9) { // Don't update if marking version as dev
|
||||
version_replace(1, $data_dirname . 'docs/manual.pmd', '/^The current stable version of Zint/', '/[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)?/', $v_str);
|
||||
}
|
||||
version_replace(1, $data_dirname . 'docs/manual.pmd', '/^Zint version /', '/[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)?( \(dev\))?/', $v_str);
|
||||
|
||||
// docs/zint.1.pmd
|
||||
|
||||
|
Reference in New Issue
Block a user