diff --git a/Makefile b/Makefile
index 7f2e4e66c5d55cad624c6c76ecf7262d6d29b22d..26b3578d3244bbee83ed8881a4f3e27e4de1fb03 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 ee3c78b1a56e11ff5afb89fd491297c5e5fe6a21..39207936e45866fb6e7dfb48364cf2938eb3cb9b 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"))
 {