Signed-off-by: Gordon Hecker <gh@emlix.com>
-NEXT:
+e2factory-2.3.6
* the release build process changed: Results are now stored on the
results server, results listed in the deploy_results list are
deployed to the releases server for archive purposes.
-
-e2factory-2.3.6pre1
* minor bugfixes
* rsync is now used instead of curl to access local files
* allow environment configuration in source and results configuration
MAJOR = 2
MINOR = 3
PATCHLEVEL = 6
-EXTRAVERSION = pre1
+EXTRAVERSION =
ifdef EXTRAVERSION
VERSION = $(MAJOR).$(MINOR).$(PATCHLEVEL)$(EXTRAVERSION)
else