liveusb-creator | 2 +-
liveusb-creator.spec | 2 +-
setup.py | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 35d755998c1384121e3703bbe70aa2d2dada2433
Author: Luke Macken <lmacken(a)redhat.com>
Date: Mon Jun 11 12:05:51 2012 -0400
3.11.7
diff --git a/liveusb-creator b/liveusb-creator
index 3e33577..1dc4dea 100755
--- a/liveusb-creator
+++ b/liveusb-creator
@@ -18,7 +18,7 @@
#
# Author(s): Luke Macken <lmacken(a)redhat.com>
-__version__ = '3.11.6'
+__version__ = '3.11.7'
def parse_args():
from optparse import OptionParser
diff --git a/liveusb-creator.spec b/liveusb-creator.spec
index 5583639..9ce87ce 100644
--- a/liveusb-creator.spec
+++ b/liveusb-creator.spec
@@ -1,7 +1,7 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: liveusb-creator
-Version: 3.11.6
+Version: 3.11.7
Release: 1%{?dist}
Summary: A liveusb creator
diff --git a/setup.py b/setup.py
index 9194150..fff8ae5 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
from distutils.core import setup
import sys, os
-VERSION = '3.11.6'
+VERSION = '3.11.7'
LOCALE_DIR= '/usr/share/locale'