Commit c753a006a28cbaf9ce35dc10d5e9625dd6b1001e

Version bump to 0.3.91
NEWS
(12 / 0)
  
1libchamplain 0.3.91 (2009-08-24)
2===============================
3
4Seventh development release leading to 0.4
5This release has no working bindings until Clutter gets some.
6
7Fixes:
8
9* Improved documentation (Simon Wenner)
10* Fix in animation being an out animation (Pierre-Luc Beaudoin)
11* Simplified flickr Perl demo (Emmanuel Rodriguez)
12
113libchamplain 0.3.90 (2009-08-10)
214===============================
315
README
(1 / 1)
  
1libchamplain 0.3.90 README
1libchamplain 0.3.91 README
22=========================
33
44libchamplain is a Clutter based widget to display rich, eye-candy and
  
22# Process this file with autoconf to produce a configure script.
33m4_define([champlain_major_version], [0])
44m4_define([champlain_minor_version], [3])
5m4_define([champlain_micro_version], [90])
5m4_define([champlain_micro_version], [91])
66m4_define([champlain_version],
77 [champlain_major_version.champlain_minor_version.champlain_micro_version])
88m4_define([api_version],
2626AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
2727
2828# Checks for libraries.
29LIBRARY_VERSION=3:1:0
30# API_VERSION is used to generate pc file only
29LIBRARY_VERSION=3:2:0
30# API_VERSION is used to generate pc files only
3131API_VERSION=api_version
3232CHAMPLAIN_MAJOR_VERSION=champlain_major_version
3333CHAMPLAIN_MINOR_VERSION=champlain_minor_version