diff --git a/CHANGES b/CHANGES
index c6f8afa8f79b63165ac7e6422ecfe77217a45f5f..37fdd7dd0252cd85f6fbaa2d7609bc5af591652f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-libtheora 1.0alpha8 (unreleased)
+libtheora 1.0alpha8 (2007 September 18)
 
  - Switch to new spec compliant decoder from theora-exp branch.
    Written by Dr. Timothy Terriberry.
diff --git a/lib/internal.h b/lib/internal.h
index afcc74a0af4297738daa41c3383269cbddf8c2a9..851884c8aa21cafdda86a5d47fb35d4672a295d5 100644
--- a/lib/internal.h
+++ b/lib/internal.h
@@ -41,7 +41,7 @@
 # endif
 
 /*This library's version.*/
-# define OC_VENDOR_STRING "Xiph.Org libTheora I 20060526 3 2 0"
+# define OC_VENDOR_STRING "Xiph.Org libTheora I 20070823 3 2 0"
 
 /*Theora bitstream version.*/
 # define TH_VERSION_MAJOR (3)