~mterry/unity8-desktop-session/session-lightdm

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bileto Bot
  • Author(s): Stephen M. Webb
  • Date: 2016-06-10 15:16:59 UTC
  • mfrom: (82.2.3 lp-1376715)
  • Revision ID: ci-train-bot@canonical.com-20160610151659-gy03chorckijntmu
renamed package to remove the redundant '-mir' in the name (LP: #1376715)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# This file is part of Unity8-session-x11, a desktop session configration
2
2
# package.
3
3
#
4
 
# Copyright 2013-2014 Canonical Ltd.
 
4
# Copyright 2013-2016 Canonical Ltd.
5
5
6
6
# Unity8-session-x11 is free software: you can redistribute it and/or modify it
7
7
# under the terms of the GNU General Public License version 3, as published by
17
17
 
18
18
AC_PREREQ([2.60])
19
19
AC_INIT([Unity8 Session],
20
 
        [1.0.12],
 
20
        [1.0.13],
21
21
        [stephen.webb@canonical.com],
22
22
        [unity8-desktop-session])
23
23
AM_INIT_AUTOMAKE([1.13 foreign dist-xz])