| @@ -1,5 +1,16 @@ | |||||
| /* $Id$ */ /** \page libcaca-news Libcaca news | /* $Id$ */ /** \page libcaca-news Libcaca news | ||||
| \section news0_99_beta13 Changes between 0.9.beta13 and 0.99.beta12 | |||||
| - device-dependent cursor support | |||||
| - event API rewrite | |||||
| - minor API improvements and extensions | |||||
| - img2txt improvements | |||||
| - Ruby bindings | |||||
| - Massive C# bindings improvements | |||||
| - Python sample code | |||||
| - Visual Studio build solution | |||||
| \section news0_99_beta12 Changes between 0.9.beta12 and 0.99.beta11 | \section news0_99_beta12 Changes between 0.9.beta12 and 0.99.beta11 | ||||
| - support for 90-degree canvas rotation | - support for 90-degree canvas rotation | ||||
| @@ -6,10 +6,10 @@ AC_PREREQ(2.50) | |||||
| AC_CONFIG_AUX_DIR(autotools) | AC_CONFIG_AUX_DIR(autotools) | ||||
| AC_CANONICAL_SYSTEM | AC_CANONICAL_SYSTEM | ||||
| AM_INIT_AUTOMAKE(libcaca, 0.99.beta12) | |||||
| AM_INIT_AUTOMAKE(libcaca, 0.99.beta13) | |||||
| LT_MAJOR="0" | LT_MAJOR="0" | ||||
| LT_MINOR="99" | LT_MINOR="99" | ||||
| LT_MICRO="12" | |||||
| LT_MICRO="13" | |||||
| AC_SUBST(LT_MAJOR) | AC_SUBST(LT_MAJOR) | ||||
| AC_SUBST(LT_MINOR) | AC_SUBST(LT_MINOR) | ||||
| AC_SUBST(LT_MICRO) | AC_SUBST(LT_MICRO) | ||||
| @@ -49,9 +49,9 @@ | |||||
| /* #undef USE_SLANG */ | /* #undef USE_SLANG */ | ||||
| #define USE_WIN32 1 | #define USE_WIN32 1 | ||||
| /* #undef USE_X11 */ | /* #undef USE_X11 */ | ||||
| #define VERSION "0.99.beta12" | |||||
| #define VERSION "0.99.beta13" | |||||
| /* #undef const */ | /* #undef const */ | ||||
| #ifndef __cplusplus | #ifndef __cplusplus | ||||
| #define inline __inline | #define inline __inline | ||||
| #endif | #endif | ||||
| #define strcasecmp stricmp | |||||
| #define strcasecmp stricmp | |||||