Bump version for 3.32-dev

This commit is contained in:
Michael Gratton 2019-02-18 01:57:13 +11:00
parent dbde4ec2d5
commit 53b905dcfc
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
geary (3.32-0-1~bionic1) bionic; urgency=medium
* Begin 3.32 development
-- Michael Gratton <mike@vee.net> Mon, 18 Feb 2019 01:56:34 +1100
geary (0.13.0-1~bionic1) bionic; urgency=medium
* Unread email count is now updated correctly

View file

@ -1,5 +1,5 @@
project('geary', [ 'vala', 'c' ],
version: '0.13-dev',
version: '3.32-dev',
license: 'LGPL2.1+',
meson_version: '>= 0.43',
)