Browse Source

Makefile.defs: version set to 5.7.0-rc0

- branch 5.7 for 5.7.x release series
Daniel-Constantin Mierla 2 years ago
parent
commit
239b374c7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Makefile.defs

+ 1 - 1
src/Makefile.defs

@@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR)
 VERSION = 5
 PATCHLEVEL = 7
 SUBLEVEL =  0
-EXTRAVERSION = -pre1
+EXTRAVERSION = -rc0
 
 # memory manager switcher
 # 0 - f_malloc (fast malloc)