Commit 9cf0c5720838a6c51ad6424f9d74ef19d9393a4a
- Diff rendering mode:
- inline
- side by side
NEWS
(8 / 0)
|   | |||
| 1 | 1 | libchamplain 0.2.9 (2009-02-26) | |
| 2 | 2 | =============================== | |
| 3 | 3 | ||
| 4 | Fixes: | ||
| 5 | |||
| 6 | * Fix symbols' export (some tidy_* were left) | ||
| 7 | * Get rid of the svg file | ||
| 8 | |||
| 9 | libchamplain 0.2.9 (2009-02-26) | ||
| 10 | =============================== | ||
| 11 | |||
| 4 | 12 | Enhancements: | |
| 5 | 13 | ||
| 6 | 14 | * Add a new animated marker demo |
configure.ac
(1 / 1)
|   | |||
| 2 | 2 | # Process this file with autoconf to produce a configure script. | |
| 3 | 3 | ||
| 4 | 4 | AC_PREREQ(2.61) | |
| 5 | AC_INIT(libchamplain, 0.2.9, pierre-luc@pierlux.com) | ||
| 5 | AC_INIT(libchamplain, 0.2.10, pierre-luc@pierlux.com) | ||
| 6 | 6 | AC_CONFIG_SRCDIR([champlain/champlainview.h]) | |
| 7 | 7 | AC_CONFIG_HEADER([config.h]) | |
| 8 | 8 |

