From 5d97a2c30e701bd0b55aa3970d8c2248898c79d4 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 14 Dec 2015 17:18:44 +0100 Subject: [PATCH] update version --- doc/developper/Doxyfile | 2 +- include/constant.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/developper/Doxyfile b/doc/developper/Doxyfile index cf4fd4699..485fbc913 100644 --- a/doc/developper/Doxyfile +++ b/doc/developper/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = noalyss # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = Version-6.9.1.0 +PROJECT_NUMBER = Version-6.9.1.3 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/include/constant.php b/include/constant.php index 6a3783e17..c8e561d65 100644 --- a/include/constant.php +++ b/include/constant.php @@ -96,7 +96,7 @@ if ( !defined("SITE_UPDATE_PLUGIN")) if ( ! defined ("SYSINFO_DISPLAY")) { define ("SYSINFO_DISPLAY",TRUE); } -define ("DBVERSION",122); +define ("DBVERSION",123); define ("MONO_DATABASE",25); define ("DBVERSIONREPO",16); define ('NOTFOUND','--not found--');