summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Grover <agrover@redhat.com>2013-04-09 17:26:43 -0700
committerAndy Grover <agrover@redhat.com>2013-04-09 17:26:43 -0700
commit5a8d9b7c1592e564a6262e6be040ad8ca3b08706 (patch)
tree34a0315ac9cca1485458c5eef6abcd6a83ec65e3
parent86a1901dcb4b72bc7d145bd8cf127e8495da538b (diff)
downloadtargetcli-2.0.fb22.tar.gz
Updating version string format and numberv2.0.fb22
Packaging tools tend to miscalculate which version is higher when "fb" is in the version. Switch to omitting "fb" from $EXTRAVERSION. git tags will continue to have "fb". Signed-off-by: Andy Grover <agrover@redhat.com>
-rw-r--r--targetcli/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/targetcli/__init__.py b/targetcli/__init__.py
index b8874ba..3a1840a 100644
--- a/targetcli/__init__.py
+++ b/targetcli/__init__.py
@@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
from ui_root import UIRoot
-__version__ = "2.0.fb21"
+__version__ = "2.0.22"
__author__ = "Jerome Martin <jxm@risingtidesystems.com>"
__url__ = "http://www.risingtidesystems.com"
__description__ = "An administration shell for RTS storage targets."