-
Notifications
You must be signed in to change notification settings - Fork 91
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.7 . * NEWS, README: Updated. git-svn-id: https://svn.csie.net/chewing/libchewing/trunk@233 ac1be623-90ea-0310-9410-ba68b2efa777
- Loading branch information
jserv
committed
Aug 8, 2005
1 parent
2d4c32c
commit 1ad8f01
Showing
4 changed files
with
26 additions
and
9 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.7 . | ||
|
||
* NEWS, | ||
README: Updated. | ||
|
||
2005-08-08 Kanru Chen <[email protected]> | ||
|
||
* data/tsi.src: | ||
|
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
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(libchewing, 0.2.6, [email protected]) | ||
AC_INIT(libchewing, 0.2.7, [email protected]) | ||
AC_CONFIG_SRCDIR([src/chewingio.c]) | ||
|
||
AC_SUBST(PACKAGE_VERSION) | ||
|