summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-01-01 17:42:06 +0000
committerLars Wirzenius <liw@liw.fi>2012-01-01 17:42:06 +0000
commitfaf2775850a42d0d85c0991932e70e0b3950a710 (patch)
treefb50f6abdc761377afff3a804c37de410e8b5c70
parent05a891257ffe3711c8244e1e2975549a7a2f2969 (diff)
downloadcmdtest-faf2775850a42d0d85c0991932e70e0b3950a710.tar.gz
bump version number to 0.1
-rwxr-xr-xcmdtest2
-rw-r--r--debian/changelog2
2 files changed, 2 insertions, 2 deletions
diff --git a/cmdtest b/cmdtest
index e473b3a..a2a5446 100755
--- a/cmdtest
+++ b/cmdtest
@@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-__version__ = '0.0'
+__version__ = '0.1'
import cliapp
diff --git a/debian/changelog b/debian/changelog
index c703543..59f30f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-cmdtest (0.0-1) unstable; urgency=low
+cmdtest (0.1-1) unstable; urgency=low
* Initial packaging. (Close: #653015)