summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
3 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 82c7371..7aed77d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/NEWS b/NEWS
index 4e8372f..198aa8f 100644
--- a/NEWS
+++ b/NEWS
@@ -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])