More 2.29.2 changes (update NEWS and version) SEED_2_29_2
authorTim Horton <hortont424@gmail.com>
Tue, 17 Nov 2009 00:01:18 +0000 (19:01 -0500)
committerTim Horton <hortont424@gmail.com>
Tue, 17 Nov 2009 00:01:18 +0000 (19:01 -0500)
Makefile.am
NEWS
configure.ac

index e05535b..9387ef6 100644 (file)
@@ -12,7 +12,6 @@ SUBDIRS = po \
 
 seeddocdir = ${prefix}/share/doc/seed
 seeddoc_DATA = \
-       RELEASE \
        README \
        COPYING \
        AUTHORS \
diff --git a/NEWS b/NEWS
index dfbe6a9..15a1ef6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-== Seed 2.29.2 (2009.11.16) ==
+== Seed 2.29.2, "Never Mind the Bollocks" (2009.11.16) ==
 
 * Change semantics of seed_value_from_string and _from_filename; they 
   now return JavaScript null if passed a null input value.
 
 * Significant cleanup of all of the examples, a lot of them had bit
   rotted a bit, being written months ago.
-       
  
 == Seed 0.5, "Transformer" (2009.04.16) ==
 
index 320ebb2..5aa7e7c 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(seed, 2.29.1)
+AC_INIT(seed, 2.29.2)
 
 AM_INIT_AUTOMAKE([1.7 -Wno-portability])
 AM_MAINTAINER_MODE