aboutsummaryrefslogtreecommitdiff
path: root/build2/version
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-05-23 21:26:06 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-05-24 15:21:13 +0300
commit3e8422fe4f999c39d0a77f77e037ae31df3c2f9d (patch)
tree429d8ade7e3aed07cc3b747e1cbf18d0c46a7a38 /build2/version
parent796dc21edf3031223bbca12e568548ae048c30c5 (diff)
Adapt to increasing standard version major, minor, and patch max values up to 99999
Diffstat (limited to 'build2/version')
-rw-r--r--build2/version/rule.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/version/rule.hxx b/build2/version/rule.hxx
index d12645d..2813f87 100644
--- a/build2/version/rule.hxx
+++ b/build2/version/rule.hxx
@@ -20,7 +20,7 @@ namespace build2
class in_rule: public in::rule
{
public:
- in_rule (): rule ("version.in 1", "version.in") {}
+ in_rule (): rule ("version.in 2", "version.in") {}
virtual bool
match (action, target&, const string&) const override;