summaryrefslogtreecommitdiffstats
path: root/src/defs_version.h
diff options
context:
space:
mode:
authorSebastien Blaisot <sebastien@blaisot.org>2016-01-16 13:33:50 +0100
committerSebastien Blaisot <sebastien@blaisot.org>2016-01-16 13:33:50 +0100
commit383cb73cbfb6c11703d7714ea65c94ecb69f72f8 (patch)
tree6f5375dab9eb5c49c9499d76b0927e995fd906f3 /src/defs_version.h
parent0bb570394a0cec51861600145ab5f3077865e2cd (diff)
update to version 2.1.0-alpha-pre: don't use 2 numbers version
Diffstat (limited to 'src/defs_version.h')
-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 27cad438e9..9b96695825 100644
--- a/src/defs_version.h
+++ b/src/defs_version.h
@@ -49,5 +49,5 @@
//
#ifndef VERSION
// In that case, this value is used
- #define VERSION "2.1-alpha-pre"
+ #define VERSION "2.1.0-alpha-pre"
#endif