summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2015-12-28 13:05:04 -0500
committerRJ Ryan <rryan@mixxx.org>2015-12-28 14:53:53 -0500
commit2de0d39922537a240fa83123c3ca5115a32e540a (patch)
tree208a53ec315c0819348f86491ed3be4ee268afb3 /src
parentbc3a8d5b79481f04e30932f891bdda84ad139317 (diff)
Version bump to 2.0.0.1. \o/
Diffstat (limited to 'src')
-rw-r--r--src/defs_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/defs_version.h b/src/defs_version.h
index 061a2668aa..bacbd7944d 100644
--- a/src/defs_version.h
+++ b/src/defs_version.h
@@ -19,5 +19,5 @@
// We define the version to be the branch name in Sconscript.env, unless it's a release branch
#ifndef VERSION
// In that case, this value is used
- #define VERSION "2.0.0-rc2"
+ #define VERSION "2.0.0.1"
#endif