~indicator-applet-developers/dbus-test-runner/trunk.16.10

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Marco Trevisan (Treviño)
  • Date: 2019-01-18 14:59:36 UTC
  • Revision ID: mail@3v1n0.net-20190118145936-6b8pem222s0mu360
configure.ac: post-release version bump

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
AC_INIT(dbus-test-runner, 19.04.0,
 
2
AC_INIT(dbus-test-runner, 19.04.1,
3
3
        https://bugs.launchpad.net/ubuntu/+source/dbus-test-runner)
4
4
AC_COPYRIGHT([Copyright 2009-2019 Canonical])
5
5
 
6
6
AC_PREREQ(2.53)
7
7
 
8
8
AM_CONFIG_HEADER(config.h)
9
 
AM_INIT_AUTOMAKE(dbus-test-runner, 19.04.0)
 
9
AM_INIT_AUTOMAKE(dbus-test-runner, 19.04.1)
10
10
 
11
11
AM_MAINTAINER_MODE
12
12