diff options
| author | Gavin Andresen <[email protected]> | 2012-04-27 10:14:33 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-04-27 10:14:33 -0400 |
| commit | 2c31cfc27128d470104a7ed221ea584b87cbcdd6 (patch) | |
| tree | c9ae000fd0c2815fbc9e301dbc0b77b7bbfd6712 /src | |
| parent | Merge pull request #1151 from freewil/listsinceblock-blockhash (diff) | |
| download | discoin-2c31cfc27128d470104a7ed221ea584b87cbcdd6.tar.xz discoin-2c31cfc27128d470104a7ed221ea584b87cbcdd6.zip | |
Bump version numbers for 0.6.1rc1
Diffstat (limited to 'src')
| -rw-r--r-- | src/obj/nogui/.gitignore | 2 | ||||
| -rw-r--r-- | src/obj/test/.gitignore | 2 | ||||
| -rw-r--r-- | src/version.h | 4 |
3 files changed, 2 insertions, 6 deletions
diff --git a/src/obj/nogui/.gitignore b/src/obj/nogui/.gitignore deleted file mode 100644 index d6b7ef32c..000000000 --- a/src/obj/nogui/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore diff --git a/src/obj/test/.gitignore b/src/obj/test/.gitignore deleted file mode 100644 index d6b7ef32c..000000000 --- a/src/obj/test/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore diff --git a/src/version.h b/src/version.h index f63b1bdad..e8d5b5c42 100644 --- a/src/version.h +++ b/src/version.h @@ -12,8 +12,8 @@ static const int CLIENT_VERSION_MAJOR = 0; static const int CLIENT_VERSION_MINOR = 6; -static const int CLIENT_VERSION_REVISION = 0; -static const int CLIENT_VERSION_BUILD = 99; +static const int CLIENT_VERSION_REVISION = 1; +static const int CLIENT_VERSION_BUILD = 1; static const int CLIENT_VERSION = 1000000 * CLIENT_VERSION_MAJOR |