diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-05-30 09:11:52 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-05-30 09:11:52 +0200 |
commit | 579859d94729c8eadc96d35d1fbd4cc3fa7d4b0d (patch) | |
tree | f28da1a00195d2c5fbd4d36763df5892e3d40cc1 /FedoraClient.php | |
parent | b2955d2b93937913334580dfad856e7b5c18c613 (diff) |
Set version for rpmphp, display version and license on index page
Diffstat (limited to 'FedoraClient.php')
-rw-r--r-- | FedoraClient.php | 2 |
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"); |