~ubuntu-branches/ubuntu/utopic/atril/utopic-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Mike Gabriel
  • Date: 2014-09-29 10:47:57 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140929104757-4ero9m6mcttp3mhg
Tags: 1.8.1+dfsg1-1
* New upstream release.
* debian/patches:
  + Drop 1001_add-keywords-key-to-desktop-files.patch. Applied upstream.
  + Drop 1002_FTBFS-atril-with-clang.patch. Applied upstream.
* debian/copyright:
  + Really mention all upstream files.
  + Fix short license names in two locations.
  + Remove duplicate file paragraph for po/*.po.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
m4_define([ev_major_version], [1])
6
6
m4_define([ev_minor_version], [8])
7
 
m4_define([ev_micro_version], [0])
 
7
m4_define([ev_micro_version], [1])
8
8
m4_define([ev_extra_version], [])
9
9
m4_define([ev_version], [ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version])
10
10