diff options
Diffstat (limited to 'build2/version/rule.hxx')
-rw-r--r-- | build2/version/rule.hxx | 2 |
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; |