From fd271d7c920ef9de1ed4917fd80e516d59494139 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Wed, 14 May 2014 14:09:57 +0200
Subject: [PATCH] Fix: Missing to set version to beta

---
 build/exe/doliwamp/doliwamp.iss | 4 ++--
 htdocs/filefunc.inc.php         | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build/exe/doliwamp/doliwamp.iss b/build/exe/doliwamp/doliwamp.iss
index 7eba16e195e..7e94899455c 100644
--- a/build/exe/doliwamp/doliwamp.iss
+++ b/build/exe/doliwamp/doliwamp.iss
@@ -17,9 +17,9 @@
 ; ----- Change this -----
 AppName=DoliWamp
 ; DoliWamp-x.x.x or DoliWamp-x.x.x-alpha or DoliWamp-x.x.x-beta or DoliWamp-x.x.x-rc or DoliWamp-x.x.x
-AppVerName=DoliWamp-3.6.0-alpha
+AppVerName=DoliWamp-3.6.0-beta
 ; DoliWamp-x.x x or DoliWamp-x.x.x-alpha or DoliWamp-x.x.x-beta or DoliWamp-x.x.x-rc or DoliWamp-x.x.x
-OutputBaseFilename=DoliWamp-3.6.0-alpha
+OutputBaseFilename=DoliWamp-3.6.0-beta
 ; ----- End of change
 ;OutputManifestFile=build\doliwampbuild.log
 ; Define full path from which all relative path are defined
diff --git a/htdocs/filefunc.inc.php b/htdocs/filefunc.inc.php
index d89f06993c2..bff0fa716f1 100644
--- a/htdocs/filefunc.inc.php
+++ b/htdocs/filefunc.inc.php
@@ -29,7 +29,7 @@
  *  \brief      File that include conf.php file and commons lib like functions.lib.php
  */
 
-if (! defined('DOL_VERSION')) define('DOL_VERSION','3.6.0-alpha');
+if (! defined('DOL_VERSION')) define('DOL_VERSION','3.6.0-beta');
 if (! defined('EURO')) define('EURO',chr(128));
 
 // Define syslog constants
-- 
GitLab