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
commit19a32fbbc325bcb273c7d5f9b2f4e538a03e748d (patch)
tree26c1c2a01c0741680493d8e0196615a65a15099c /configure.ac
parent8215f60acf839cfd80d6d2ed78723b569c6a37f6 (diff)
downloadsubunit-19a32fbbc325bcb273c7d5f9b2f4e538a03e748d.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])