Skip to content

Commit 437a98c

Browse files
committed
Dump the new release 1.4.12.
git-svn-id: http://scim.svn.sourceforge.net/svnroot/scim/scim/trunk@356 1ec84b21-7132-0410-a32e-e68a3534c3c7
1 parent 500edc5 commit 437a98c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configure.ac

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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])
33
AC_CONFIG_SRCDIR([src/scim.h])
44

55

@@ -9,7 +9,7 @@ AC_CONFIG_SRCDIR([src/scim.h])
99

1010
SCIM_MAJOR_VERSION=1
1111
SCIM_MINOR_VERSION=4
12-
SCIM_MICRO_VERSION=11
12+
SCIM_MICRO_VERSION=12
1313

1414
SCIM_VERSION=$SCIM_MAJOR_VERSION.$SCIM_MINOR_VERSION.$SCIM_MICRO_VERSION
1515

@@ -24,7 +24,7 @@ AC_SUBST(SCIM_VERSION)
2424
SCIM_CURRENT=10
2525

2626
# increment any time the source changes; set to 0 if you increment CURRENT
27-
SCIM_REVISION=5
27+
SCIM_REVISION=6
2828

2929
# increment if any interfaces have been added; set to 0
3030
# if any interfaces have been removed. removal has

0 commit comments

Comments
 (0)