~ubuntu-branches/ubuntu/oneiric/gnome-panel/oneiric

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-07-10 14:24:56 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090710142456-i431i68lcp91i69e
Tags: 1:2.26.3-0ubuntu1
* New upstream version
* debian/control.in:
  - typo fix
* debian/patches/18_lockdown_lock_editor.patch:
  - change to have lockdown locking the menu editor (lp: #4712, #385596)
* debian/patches/31_fix_crash_second_screen.patch:
  - the change is in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT([gnome-panel], [2.26.2],
 
1
AC_INIT([gnome-panel], [2.26.3],
2
2
        [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-panel])
3
3
AM_CONFIG_HEADER(config.h)
4
4
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
14
14
#   change to C+1:0:0
15
15
# - If the interface is the same as the previous version, change to C:R+1:A
16
16
 
17
 
LIB_PANEL_APPLET_LT_VERSION=2:56:2
 
17
LIB_PANEL_APPLET_LT_VERSION=2:57:2
18
18
AC_SUBST(LIB_PANEL_APPLET_LT_VERSION)
19
19
 
20
20
AM_MAINTAINER_MODE