diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2017-11-18 12:53:08 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2017-11-18 12:53:08 +0100 |
commit | 6662b8ee42f0f31c163786d8ed4db2fbf32fdbca (patch) | |
tree | b3e572eb162d5b91d2e44db902197505524e9f9c | |
parent | 870b024671694465cac79dcbc58f9a298e901fad (diff) | |
download | stagit-fork-6662b8ee42f0f31c163786d8ed4db2fbf32fdbca.zip |
Makefile: bump version to 0.70.7
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ include config.mk NAME = stagit -VERSION = 0.6 +VERSION = 0.7 SRC = \ stagit.c\ stagit-index.c |