-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2011-02-27 Jim Huang <[email protected]>
* configure.ac: Bump version to 0.3.4 Bump libchewing dependency to version 0.3.3 (equal) * NEWS: ditto. git-svn-id: https://svn.csie.net/chewing/scim-chewing/trunk@1095 ac1be623-90ea-0310-9410-ba68b2efa777
- Loading branch information
jserv
committed
Feb 27, 2011
1 parent
2366cfb
commit 83e95f3
Showing
3 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
2011-02-27 Jim Huang <[email protected]> | ||
|
||
* configure.ac: Bump version to 0.3.4 | ||
Bump libchewing dependency to version 0.3.3 (equal) | ||
|
||
* NEWS: ditto. | ||
|
||
2010-08-26 Jim Huang <[email protected]> | ||
|
||
* src/scim_chewing_imengine.cpp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
AC_PREREQ(2.59) | ||
|
||
AC_INIT(scim-chewing, 0.3.3, [email protected]) | ||
AC_INIT(scim-chewing, 0.3.4, [email protected]) | ||
AC_CONFIG_AUX_DIR([autotools]) | ||
AC_CONFIG_SRCDIR([src/scim_chewing_imengine.h]) | ||
|
||
|
@@ -48,7 +48,7 @@ AC_TYPE_SIZE_T | |
# Checks for libraries. | ||
|
||
SCIM_VERSION=1.0.0 | ||
CHEWING_VERSION=0.3.2 | ||
CHEWING_VERSION=0.3.3 | ||
|
||
PKG_CHECK_MODULES(SCIM, [scim >= $SCIM_VERSION]) | ||
|
||
|