From 579859d94729c8eadc96d35d1fbd4cc3fa7d4b0d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 30 May 2010 09:11:52 +0200 Subject: Set version for rpmphp, display version and license on index page --- FedoraClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FedoraClient.php') diff --git a/FedoraClient.php b/FedoraClient.php index 6eca761..4a7cfd6 100644 --- a/FedoraClient.php +++ b/FedoraClient.php @@ -21,7 +21,7 @@ * */ -define ('FEDORACLIENT_VERSION','0.1'); +define ('FEDORACLIENT_VERSION','0.1.0-dev'); if (!function_exists('curl_version')) { die("curl extension required\n"); -- cgit