From 6e6d59bf0677c6b2d5b92a6abdab15a7ecaf9947 Mon Sep 17 00:00:00 2001
From: Remi Collet <fedora@famillecollet.com>
Date: Sun, 11 Jul 2010 19:10:36 +0200
Subject: move FEDORACLIENT_VERSION to class, so FedoraClient::VERSION

---
 index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'index.php')

diff --git a/index.php b/index.php
index c4ddb24..0c163b1 100644
--- a/index.php
+++ b/index.php
@@ -70,7 +70,7 @@ try {
     );
 }
 $smarty->assign('rpmphp_version', RPMPHP_VERSION);
-$smarty->assign('fedcli_version', FEDORACLIENT_VERSION);
+$smarty->assign('fedcli_version', FedoraClient::VERSION);
 
 $page_content = $smarty->fetch('index.tpl');
 $smarty->assign('page_content', $page_content);
-- 
cgit