This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
* Bump version to 0.99.beta14.
tags/v0.99.beta14
Sam Hocevar
sam
17 years ago
parent
7e75ff3c1d
commit
2c9232d71a
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
configure.ac
+1
-1
msvc/config.h
+ 1
- 1
configure.ac
View File
@@ -6,7 +6,7 @@ AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(libcaca, 0.99.beta1
3
)
AM_INIT_AUTOMAKE(libcaca, 0.99.beta1
4
)
LT_MAJOR="0"
LT_MINOR="99"
LT_MICRO="13"
+ 1
- 1
msvc/config.h
View File
@@ -49,7 +49,7 @@
/* #undef USE_SLANG */
#define USE_WIN32 1
/* #undef USE_X11 */
#define VERSION "0.99.beta1
3
"
#define VERSION "0.99.beta1
4
"
/* #undef const */
#ifndef __cplusplus
#define inline __inline
Write
Preview
Loading…
Cancel
Save