~ubuntu-branches/ubuntu/vivid/gnome-mahjongg/vivid-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2013-12-17 10:01:25 UTC
  • mfrom: (3.1.1)
  • Revision ID: package-import@ubuntu.com-20131217100125-fdgpan12iwkiko71
Tags: 1:3.10.2-0ubuntu1
* New upstream release:
  - Sort scores by duration of the game
  - Fix Redo sometimes removing too many pieces
  - Fix map label on scores dialog
  - Add an appdata file
  - Fix bug where the pause button could incorrectly display a "play" icon
  - Fix name of application menu when not launched by GNOME Shell
  - Fix two broken links in user help
  - App menu now uses a UI file and is installed into a gresource

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT(gnome-mahjongg, 3.8.0)
 
1
AC_INIT(gnome-mahjongg, 3.10.2)
2
2
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
3
3
AM_SILENT_RULES([yes])
4
4
AM_MAINTAINER_MODE
7
7
AM_PROG_VALAC([0.16.0])
8
8
AM_PROG_CC_C_O
9
9
 
 
10
AC_PATH_PROG(GLIB_COMPILE_RESOURCES, glib-compile-resources)
 
11
 
10
12
GLIB_GSETTINGS
11
13
 
12
14
dnl ###########################################################################