summaryrefslogtreecommitdiffstats
path: root/FedoraClient.php
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-05-30 09:11:52 +0200
committerRemi Collet <fedora@famillecollet.com>2010-05-30 09:11:52 +0200
commit579859d94729c8eadc96d35d1fbd4cc3fa7d4b0d (patch)
treef28da1a00195d2c5fbd4d36763df5892e3d40cc1 /FedoraClient.php
parentb2955d2b93937913334580dfad856e7b5c18c613 (diff)
Set version for rpmphp, display version and license on index page
Diffstat (limited to 'FedoraClient.php')
-rw-r--r--FedoraClient.php2
1 files changed, 1 insertions, 1 deletions
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");