diff options
| author | xnljfr <[email protected]> | 2014-02-22 10:44:44 +0200 |
|---|---|---|
| committer | xnljfr <[email protected]> | 2014-02-22 10:44:44 +0200 |
| commit | ea3e2908a51c4825443136e5b58750a13aa4808f (patch) | |
| tree | 880405115a17faa6c08fe7f636b6c7d916032535 | |
| parent | 1.4 Fork fix (diff) | |
| download | discoin-ea3e2908a51c4825443136e5b58750a13aa4808f.tar.xz discoin-ea3e2908a51c4825443136e5b58750a13aa4808f.zip | |
Update version.h
| -rw-r--r-- | src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h index 221487a2c..4d892f003 100644 --- a/src/version.h +++ b/src/version.h @@ -14,7 +14,7 @@ // These need to be macro's, as version.cpp's voodoo requires it #define CLIENT_VERSION_MAJOR 1 #define CLIENT_VERSION_MINOR 4 -#define CLIENT_VERSION_REVISION 1 +#define CLIENT_VERSION_REVISION 2 #define CLIENT_VERSION_BUILD 0 static const int CLIENT_VERSION = |