-
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.
2005-08-08 Jim Huang <[email protected]>
* configure.ac: Bump version to 0.2.1 . SCIM/Chewing now depends on libchewing 0.2.7 . * NEWS: Updated. git-svn-id: https://svn.csie.net/chewing/scim-chewing/trunk@234 ac1be623-90ea-0310-9410-ba68b2efa777
- Loading branch information
jserv
committed
Aug 8, 2005
1 parent
6155575
commit 64fa4fe
Showing
3 changed files
with
18 additions
and
2 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 @@ | ||
2005-08-08 Jim Huang <[email protected]> | ||
|
||
* configure.ac: Bump version to 0.2.1 . | ||
SCIM/Chewing now depends on libchewing 0.2.7 . | ||
|
||
* NEWS: Updated. | ||
|
||
2005-04-24 Kanru Chen <[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.2.0, [email protected]) | ||
AC_INIT(scim-chewing, 0.2.1, [email protected]) | ||
AC_CONFIG_SRCDIR([src/scim_chewing_imengine.h]) | ||
|
||
AC_SUBST(PACKAGE_VERSION) | ||
|
@@ -44,7 +44,7 @@ AC_TYPE_SIZE_T | |
# Checks for libraries. | ||
|
||
SCIM_VERSION=1.0.0 | ||
CHEWING_VERSION=0.2.6 | ||
CHEWING_VERSION=0.2.7 | ||
|
||
PKG_CHECK_MODULES(SCIM, [scim >= $SCIM_VERSION]) | ||
|
||
|