File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Process this file with autoconf to produce a configure script
2
- AC_INIT ( [ scim] ,[ 1.4.10 ] ,[ http://sf.net/tracker/?atid=650539&group_id=108454] )
2
+ AC_INIT ( [ scim] ,[ 1.4.12 ] ,[ http://sf.net/tracker/?atid=650539&group_id=108454] )
3
3
AC_CONFIG_SRCDIR ( [ src/scim.h] )
4
4
5
5
@@ -9,7 +9,7 @@ AC_CONFIG_SRCDIR([src/scim.h])
9
9
10
10
SCIM_MAJOR_VERSION=1
11
11
SCIM_MINOR_VERSION=4
12
- SCIM_MICRO_VERSION=11
12
+ SCIM_MICRO_VERSION=12
13
13
14
14
SCIM_VERSION=$SCIM_MAJOR_VERSION.$SCIM_MINOR_VERSION.$SCIM_MICRO_VERSION
15
15
@@ -24,7 +24,7 @@ AC_SUBST(SCIM_VERSION)
24
24
SCIM_CURRENT=10
25
25
26
26
# increment any time the source changes; set to 0 if you increment CURRENT
27
- SCIM_REVISION=5
27
+ SCIM_REVISION=6
28
28
29
29
# increment if any interfaces have been added; set to 0
30
30
# if any interfaces have been removed. removal has
You can’t perform that action at this time.
0 commit comments