From 946f49d6baee4a2b8fb5f014e6a57e48db02ac28 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville <rodolphe@quiedeville.org> Date: Sun, 22 Jun 2003 12:29:22 +0000 Subject: [PATCH] Update version number --- Makefile | 2 +- htdocs/main.inc.php3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7f2e4e66c5d..26b3578d324 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ # General Makefile # -FILE=dolibarr-0.1.2.tar +FILE=dolibarr-0.1.3.tar tar: rm -f dolibarr-*.tar.gz* diff --git a/htdocs/main.inc.php3 b/htdocs/main.inc.php3 index ee3c78b1a56..39207936e45 100644 --- a/htdocs/main.inc.php3 +++ b/htdocs/main.inc.php3 @@ -19,7 +19,7 @@ * $Source$ * */ -define('DOL_VERSION','0.1.2'); +define('DOL_VERSION','0.1.3'); if (! include ("conf/conf.php")) { -- GitLab