diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d7cfb3a..7d8b5a9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ @CODE_COVERAGE_RULES@ echo-version: - @echo "@I3LOCK_VERSION@" + @echo "@I3STATUS_VERSION@" bin_PROGRAMS = i3status |