diff --git a/ChangeLog b/ChangeLog index 58a524ca889..ffdce6fb63f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-09-23 Rodolphe Quiédeville + + * Release 1.0.0 + 2003-09-19 Jean-Louis Bergamo * Correction du [bug #5426] liens dans le module Adherant diff --git a/Makefile b/Makefile index 5f0fd768f7f..e60de7ad6f3 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ # General Makefile # -FILE=dolibarr-1.0.0-RC2 +FILE=dolibarr-1.0.0 tar: rm -fr dolibarr-*.tar.gz* $(FILE) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 568b288403a..6d038b9ecfe 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -20,7 +20,7 @@ * $Source$ * */ -define('DOL_VERSION','1.0.0-RC3'); +define('DOL_VERSION','1.0.0'); if (! include ("conf/conf.php")) {