Commit 770a08c6e972a6debc326bb5011082a0bb4637b1

Version bump + NEWS + README
NEWS
(11 / 0)
  
1libchamplain 0.3.90 (2009-08-10)
2===============================
3
4Sixth development release leading to 0.4
5This release has no working bindings until Clutter gets some.
6
7Fixes:
8
9* Fix Bug 591128: Perl bindings are not provided in the tar.gz
10 (Pierre-Luc Beaudoin)
11
112libchamplain 0.3.6 (2009-08-03)
213===============================
314
README
(1 / 1)
  
1libchamplain 0.3.6 README
1libchamplain 0.3.90 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], [6])
5m4_define([champlain_micro_version], [90])
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:0:0
29LIBRARY_VERSION=3:1:0
3030# API_VERSION is used to generate pc file only
3131API_VERSION=api_version
3232CHAMPLAIN_MAJOR_VERSION=champlain_major_version