Add 'git-crypt version' command

This commit is contained in:
Andrew Ayer
2015-01-07 20:22:00 -08:00
parent 280bd43ac7
commit 12881f65fd
2 changed files with 19 additions and 0 deletions

View File

@@ -31,6 +31,8 @@
#ifndef GIT_CRYPT_GIT_CRYPT_HPP
#define GIT_CRYPT_GIT_CRYPT_HPP
#define VERSION "0.4.0"
extern const char* argv0; // initialized in main() to argv[0]
#endif