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
Make the current library version beta17, in preparation of the next release.
tags/v0.99.beta17
Sam Hocevar
sam
15 years ago
parent
0eff993b00
commit
307cf3b43b
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
configure.ac
+ 2
- 2
configure.ac
View File
@@ -1,6 +1,6 @@
# $Id$
AC_INIT(libcaca, 0.99.beta1
6
)
AC_INIT(libcaca, 0.99.beta1
7
)
AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR(.auto)
AC_CANONICAL_SYSTEM
@@ -11,7 +11,7 @@ AM_CONFIG_HEADER(config.h)
LT_MAJOR="0"
LT_MINOR="99"
LT_MICRO="1
6
"
LT_MICRO="1
7
"
AC_SUBST(LT_MAJOR)
AC_SUBST(LT_MINOR)
AC_SUBST(LT_MICRO)
Write
Preview
Loading…
Cancel
Save