~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: 2010-03-30 11:59:32 UTC
  • mfrom: (1.13.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100330115932-j94o334zoki5sbkb
Tags: 1:2.30.0-0ubuntu1
* New upstream version
* debian/patches/25_dynamic_fusa_detection.patch:
  - update by Cody Russell to try to fix a crasher in the change
    (lp: #448084)
* debian/patches/70_relibtoolize.patch: 
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT([gnome-panel], [2.29.92.1],
 
1
AC_INIT([gnome-panel], [2.30.0],
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])
15
15
#   change to C+1:0:0
16
16
# - If the interface is the same as the previous version, change to C:R+1:A
17
17
 
18
 
LIB_PANEL_APPLET_LT_VERSION=2:66:2
 
18
LIB_PANEL_APPLET_LT_VERSION=2:67:2
19
19
AC_SUBST(LIB_PANEL_APPLET_LT_VERSION)
20
20
 
21
21
AM_MAINTAINER_MODE