version bump to 0.61

Signed-off-by: Clark Williams <williams@redhat.com>
diff --git a/Makefile b/Makefile
index 5f92308..e14d957 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION_STRING = 0.60
+VERSION_STRING = 0.61
 
 TARGETS	= cyclictest signaltest pi_stress \
 	  hwlatdetect rt-migrate-test ptsematest sigwaittest svsematest \
diff --git a/rt-tests.spec-in b/rt-tests.spec-in
index 5e0fd85..baffd57 100644
--- a/rt-tests.spec-in
+++ b/rt-tests.spec-in
@@ -51,6 +51,10 @@
 /usr/share/man/man8/svsematest.8.gz
 
 %changelog
+* Wed Jan 13 2010 Clark Williams <williams@redhat.com> - 0.61-1
+- added --smp/-S option to setup for basic SMP testing
+- added warn() and fatal() utility functions
+
 * Tue Dec 29 2009 Clark Williams <williams@redhat.com> - 0.60-1
 - John Kacur <jkacur@redhat.com>:
   - added pip test (process based priority inheritance)