summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS4
-rw-r--r--configure.in2
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e5e65b3..0d26497c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-07-22 Alexander Larsson <alexl@redhat.com>
+
+ * NEWS:
+ * configure.in:
+ Bump to 2.0.1
+
2002-07-09 Alexander Larsson <alexl@redhat.com>
* librsvg.spec.in:
diff --git a/NEWS b/NEWS
index 0bcd21fb..05117a23 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 2.0.1
+
+- Fixed misrender of the ScalableGorilla trashcan.
+
Version 2.0.0
- Fixed crash when trying to open empty files (Anders)
diff --git a/configure.in b/configure.in
index 1dad49bb..c807b82d 100644
--- a/configure.in
+++ b/configure.in
@@ -20,7 +20,7 @@ dnl ===========================================================================
LIBRSVG_MAJOR_VERSION=2
LIBRSVG_MINOR_VERSION=0
-LIBRSVG_MICRO_VERSION=0
+LIBRSVG_MICRO_VERSION=1
AC_SUBST(LIBRSVG_MAJOR_VERSION)
AC_SUBST(LIBRSVG_MINOR_VERSION)
AC_SUBST(LIBRSVG_MICRO_VERSION)