forked from Distrotech/esound
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
svn path=/trunk/; revision=527
- Loading branch information
Jeffrey Stedfast
committed
Nov 18, 2008
1 parent
844a4a9
commit 204a744
Showing
3 changed files
with
37 additions
and
1 deletion.
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,5 @@ | ||
============================== 0.2.41 =========================== | ||
|
||
2008-11-18 Josselin Mouette <[email protected]> | ||
|
||
Patch from Matthew Ashton <[email protected]> | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ([2.58]) | ||
AC_INIT(esound, 0.2.40) | ||
AC_INIT(esound, 0.2.41) | ||
|
||
ESD_MAJOR_VERSION=0 | ||
ESD_MINOR_VERSION=2 | ||
|