Commit 770a08c6e972a6debc326bb5011082a0bb4637b1
- Diff rendering mode:
- inline
- side by side
NEWS
(11 / 0)
|   | |||
| 1 | libchamplain 0.3.90 (2009-08-10) | ||
| 2 | =============================== | ||
| 3 | |||
| 4 | Sixth development release leading to 0.4 | ||
| 5 | This release has no working bindings until Clutter gets some. | ||
| 6 | |||
| 7 | Fixes: | ||
| 8 | |||
| 9 | * Fix Bug 591128: Perl bindings are not provided in the tar.gz | ||
| 10 | (Pierre-Luc Beaudoin) | ||
| 11 | |||
| 1 | 12 | libchamplain 0.3.6 (2009-08-03) | |
| 2 | 13 | =============================== | |
| 3 | 14 |
README
(1 / 1)
|   | |||
| 1 | libchamplain 0.3.6 README | ||
| 1 | libchamplain 0.3.90 README | ||
| 2 | 2 | ========================= | |
| 3 | 3 | ||
| 4 | 4 | libchamplain is a Clutter based widget to display rich, eye-candy and |
configure.ac
(2 / 2)
|   | |||
| 2 | 2 | # Process this file with autoconf to produce a configure script. | |
| 3 | 3 | m4_define([champlain_major_version], [0]) | |
| 4 | 4 | m4_define([champlain_minor_version], [3]) | |
| 5 | m4_define([champlain_micro_version], [6]) | ||
| 5 | m4_define([champlain_micro_version], [90]) | ||
| 6 | 6 | m4_define([champlain_version], | |
| 7 | 7 | [champlain_major_version.champlain_minor_version.champlain_micro_version]) | |
| 8 | 8 | m4_define([api_version], | |
| … | … | ||
| 26 | 26 | AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal]) | |
| 27 | 27 | ||
| 28 | 28 | # Checks for libraries. | |
| 29 | LIBRARY_VERSION=3:0:0 | ||
| 29 | LIBRARY_VERSION=3:1:0 | ||
| 30 | 30 | # API_VERSION is used to generate pc file only | |
| 31 | 31 | API_VERSION=api_version | |
| 32 | 32 | CHAMPLAIN_MAJOR_VERSION=champlain_major_version |

