[devel] Update CHANGES and ANNOUNCE

about fixing the "#if def " bug
diff --git a/ANNOUNCE b/ANNOUNCE
index 08eabe9..132ce86 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -548,6 +548,8 @@
   Removed scripts/libpng.icc
   Changed typecast of filler from png_byte to png_uint_16 in png_set_filler().
     (Dennis Gustafsson)
+  Fixed typo introduced in beta78 in pngtest.c ("#if def " should be "#ifdef ") 
+
 
 version 1.4.0betaN [future]
   Build shared libraries with -lz and sometimes -lm.
diff --git a/CHANGES b/CHANGES
index d074d76..f7c3277 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2234,6 +2234,8 @@
   Removed scripts/libpng.icc
   Changed typecast of filler from png_byte to png_uint_16 in png_set_filler().
     (Dennis Gustafsson)
+  Fixed typo introduced in beta78 in pngtest.c ("#if def " should be "#ifdef ") 
+
 
 version 1.4.0betaN [future]
   Build shared libraries with -lz and sometimes -lm.