diff options
author | Carl Worth <cworth@cworth.org> | 2004-10-27 13:13:39 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2004-10-27 13:13:39 +0000 |
commit | d18aad05f33b903ec2ce2d5b5159ea1193af819c (patch) | |
tree | 483c83acb7b30b28945a704b5b1517363b384ac4 /RELEASING | |
parent | 377983fdf320cf98061fed9cec1870712855871a (diff) |
Increment CAIRO_VERSION to 0.2.0.
Add notes for snapshot 0.2.0.
Diffstat (limited to 'RELEASING')
-rw-r--r-- | RELEASING | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -31,7 +31,11 @@ fixes are committed. Here are the steps to follow: snapshot. Summarize major changes briefly in a style similar to other entries in NEWS. Take special care to note any incompatible changes in the API. These should be easy to find - by looking for cairo.h in the ChangeLog. + by looking for cairo.h in the ChangeLog. Additionally, the + output following command should be examined using the previous + snapshot tag: + + cvs diff -r SNAPSHOT_X_Y_Z src/cairo.h 4) Increment CAIRO_VERSION in configure.in |