[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 01/01: update version
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 01/01: update version |
Date: |
Mon, 14 Dec 2015 16:25:27 +0000 |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 5d97a2c30e701bd0b55aa3970d8c2248898c79d4
Author: Dany De Bontridder <address@hidden>
Date: Mon Dec 14 17:18:44 2015 +0100
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 cf4fd46..485fbc9 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 6a3783e..c8e561d 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--');