diff options
author | Murray Cumming <murrayc@murrayc.com> | 2011-05-09 09:52:33 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2011-05-09 09:52:33 +0200 |
commit | 5a43597883e1faa4cb68ca56b189be27e7ea92b4 (patch) | |
tree | 813da860450a42f9b045d7d5fc4452b01dfba219 | |
parent | d5710a44cada0b9764e31384c6619ee43cd54563 (diff) |
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,5 @@ +1.10.0: + 2010-11-03 Murray Cumming <murrayc@murrayc.com> Context::arc(): Correct the documentation, as in the C documentation. @@ -1,3 +1,9 @@ +1.10.0 (stable): + +* Documentation: Context::arc(): Correct the documentation, as in the C + documentation. + (Murray Cumming) Bug #31345 (Christopher Head) + 1.9.8 (unstable): * Surface: diff --git a/configure.ac b/configure.ac index 1daabd5..03cb898 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ ## You should have received a copy of the GNU Lesser General Public License ## along with this library. If not, see <http://www.gnu.org/licenses/>. -AC_INIT([cairomm], [1.9.9], [https://bugs.freedesktop.org/enter_bug.cgi?product=cairomm], +AC_INIT([cairomm], [1.10.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=cairomm], [cairomm], [http://www.cairographics.org/cairomm/]) AC_PREREQ([2.62]) |