Browse Source

Makefile.defs: version set to 5.4.0-rc0

- branch 5.4 created to hold the code for release series 5.4.x
Daniel-Constantin Mierla 5 years ago
parent
commit
8416bde3a2
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 = 4
 SUBLEVEL =  0
-EXTRAVERSION = -pre2
+EXTRAVERSION = -rc0
 
 # memory manager switcher
 # 0 - f_malloc (fast malloc)