]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - lib/settings.php
Merge remote-tracking branch 'origin/master'
[jirafeau_mojo42.git] / lib / settings.php
index 3812e635f06fd069bb86eb5a4c7ed8f6baa5e439..dc36996dcca3e526b27d28d40ecfe2fb63bed460 100644 (file)
  *  GNU Affero General Public License for more details.
  *
  *  You should have received a copy of the GNU Affero General Public License
  *  GNU Affero General Public License for more details.
  *
  *  You should have received a copy of the GNU Affero General Public License
- *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ *  along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
  */
+
 /* Jirafeau constants */
 define ('JIRAFEAU_PACKAGE', 'Jirafeau');
 /* Jirafeau constants */
 define ('JIRAFEAU_PACKAGE', 'Jirafeau');
-define ('JIRAFEAU_VERSION', '1.0');
+define ('JIRAFEAU_VERSION', '1.1');
 
 /* Directories. */
 define ('VAR_FILES', $cfg['var_root'] . 'files/');
 
 /* Directories. */
 define ('VAR_FILES', $cfg['var_root'] . 'files/');

patrick-canterino.de