From 136a8fd4cae166774c4551b8277c91bc8e0a5e24 Mon Sep 17 00:00:00 2001 From: Jerome Jutteau Date: Wed, 2 Jan 2013 23:18:35 +0100 Subject: [PATCH] Jirafeau version 1.0 --- lib/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/settings.php b/lib/settings.php index 477e9c7..da00c63 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -18,7 +18,7 @@ */ /* Jirafeau constants */ define ('JIRAFEAU_PACKAGE', 'Jirafeau'); -define ('JIRAFEAU_VERSION', '0.9'); +define ('JIRAFEAU_VERSION', '1.0'); /* Directories. */ define ('VAR_FILES', $cfg['var_root'] . 'files/'); -- 2.34.1