From: Jonas Fonseca Date: Sun, 25 Mar 2007 09:24:13 +0000 (+0200) Subject: Bump the version number to 0.6 X-Git-Tag: tig-0.6^0 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/tig/commitdiff_plain/7e02cd1a0b4d5f8a63ba55178bef0ea09d7c8c1d Bump the version number to 0.6 --- diff --git a/tig.c b/tig.c index 69d5059..f5b9b8c 100644 --- a/tig.c +++ b/tig.c @@ -12,7 +12,7 @@ */ #ifndef VERSION -#define VERSION "tig-0.5.git" +#define VERSION "tig-0.6" #endif #ifndef DEBUG