~ubuntu-branches/ubuntu/jaunty/compiz/jaunty-updates

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-03-09 10:23:38 UTC
  • Revision ID: james.westby@ubuntu.com-20090309102338-w5iyzw2p2r2hptpi
Tags: 1:0.8.2-0ubuntu1
* new upstream release 0.8.2
  - dropped 070_revert_prop_change (upstream now)
  - dropped 071_fix_window_move (upstream now)
* debian/patches/033_compiz_manager_xdg_dirs:
  - fix compiz-wrapper when multiple compiz dirs are given
    (patch got dropped during the jaunty cycle) LP: #141621
* re-re-add /usr/share/gnome/wm-properties/compiz.desktop to
  make the gnome-window-properties work again (LP: #269805)
* debian/source_compiz.py, debian/rules:
  - include apport hook (LP: #338472)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
dnl An odd micro number indicates in-progress development.
5
5
dnl An even micro number indicates a released version.
6
6
m4_define(compiz_version_major, 0)
7
 
m4_define(compiz_version_minor, 7)
8
 
m4_define(compiz_version_micro, 9)
 
7
m4_define(compiz_version_minor, 8)
 
8
m4_define(compiz_version_micro, 2)
9
9
 
10
10
AC_INIT([compiz],
11
11
        [compiz_version_major().compiz_version_minor().compiz_version_micro()],