summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2014-08-24 17:54:36 +1200
committerRobert Collins <robertc@robertcollins.net>2014-08-24 17:54:36 +1200
commit63ea73bf3ad9106907eefa21e6f858040cfa0ed8 (patch)
tree26c1c2a01c0741680493d8e0196615a65a15099c /configure.ac
parentd068eedebb3bfa97386550825f2dc6ecc7d9e352 (diff)
downloadsubunit-git-63ea73bf3ad9106907eefa21e6f858040cfa0ed8.tar.gz
0.0.19
------ IMPROVEMENTS ~~~~~~~~~~~~ * ``subunit.run`` in Python will now exit 0 as long as the test stream has been generated correctly - this has always been the intent but API friction with testtools had prevented it working. (Robert Collins)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4c94519..07c96ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define([SUBUNIT_MAJOR_VERSION], [0])
m4_define([SUBUNIT_MINOR_VERSION], [0])
-m4_define([SUBUNIT_MICRO_VERSION], [18])
+m4_define([SUBUNIT_MICRO_VERSION], [19])
m4_define([SUBUNIT_VERSION],
m4_defn([SUBUNIT_MAJOR_VERSION]).m4_defn([SUBUNIT_MINOR_VERSION]).m4_defn([SUBUNIT_MICRO_VERSION]))
AC_PREREQ([2.59])