summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2015-12-29 09:39:42 -0500
committerRJ Ryan <rryan@mixxx.org>2015-12-29 09:39:42 -0500
commit9def37957c74360744faf0c686f213bd7d27d171 (patch)
tree938ecd874ef6ac9fc8f84775874dcf0cf32aee53 /src
parent50dc0156835cf2b2399fa4ad775d493a4fab08ad (diff)
Revert to version 2.0.0.
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 bacbd7944d..043b6cd25e 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.1"
+ #define VERSION "2.0.0"
#endif