diff options
author | Edward Hervey <bilboed@bilboed.com> | 2007-08-01 08:09:45 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2007-08-01 08:09:45 +0000 |
commit | 389b70463f84bdbe368042a375479b8ccc0fed7d (patch) | |
tree | 0e6df9ef5c2812bf11205c8059baddaa6ef415ce | |
parent | 0becbd1a3796e1eea25e599258380e0fc1abd4c0 (diff) |
configure.ac: 0.10.8.2 pre-release
Original commit message from CVS:
* configure.ac:
0.10.8.2 pre-release
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2007-07-30 Edward Hervey <bilboed@bilboed.com> + * configure.ac: + 0.10.8.2 pre-release + +2007-07-30 Edward Hervey <bilboed@bilboed.com> + * tests/check/common.h: Add a bigger function for creating a video source with specific media-start and media-duration. diff --git a/configure.ac b/configure.ac index 879f2d9..86233fd 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.52) dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AC_INIT(GNonLin, 0.10.8.1, +AC_INIT(GNonLin, 0.10.8.2, http://gnonlin.sourceforge.net/, gnonlin) |