Commit 922960df890f6ccba21efb71d16453a1dfe75d03

Version bump to 0.4.2
NEWS
(14 / 0)
  
1libchamplain 0.4.2 (2009-10-26)
2===============================
3
4Stable release
5GObject-introspection, Python and Perl bindings are in a working state.
6
7Fixes:
8
9* 595552: ChamplainView "decel-rate" accepts values below 1.0
10 (Pierre-Luc Beaudoin)
11* 598942: Fix champlain-gtk GObject introspection (Koop Mast)
12* Fix compiler warning "function declaration isn't a prototype"
13 (Pierre-Luc Beaudoin)
14
115libchamplain 0.4.1 (2009-10-18)
216===============================
317
  
22# Process this file with autoconf to produce a configure script.
33m4_define([champlain_major_version], [0])
44m4_define([champlain_minor_version], [4])
5m4_define([champlain_micro_version], [1])
5m4_define([champlain_micro_version], [2])
66m4_define([champlain_version],
77 [champlain_major_version.champlain_minor_version.champlain_micro_version])
88m4_define([api_version],
2828AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
2929
3030# Checks for libraries.
31LIBRARY_VERSION=1:0:1
31LIBRARY_VERSION=2:0:2
3232# API_VERSION is used to generate pc files only
3333API_VERSION=api_version
3434CHAMPLAIN_MAJOR_VERSION=champlain_major_version