Changement numéro de version

This commit is contained in:
Rodolphe Quiedeville 2003-07-21 20:32:34 +00:00
parent 26b841b87a
commit 3e9b1e7686
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
# General Makefile # General Makefile
# #
FILE=dolibarr-0.2.4 FILE=dolibarr-0.3.0
tar: tar:
rm -fr dolibarr-*.tar.gz* $(FILE) rm -fr dolibarr-*.tar.gz* $(FILE)

View File

@ -19,7 +19,7 @@
* $Source$ * $Source$
* *
*/ */
define('DOL_VERSION','0.2.4'); define('DOL_VERSION','0.3.0');
if (! include ("conf/conf.php")) if (! include ("conf/conf.php"))
{ {