Future changes will be in version 0.11

svn path=/trunk/; revision=455
diff --git a/spec/chapters/changes.tex b/spec/chapters/changes.tex
index bfa8805..593bae5 100644
--- a/spec/chapters/changes.tex
+++ b/spec/chapters/changes.tex
@@ -1,5 +1,7 @@
 \chapter{Change Log}
 
+\section{Changes Since Proposed Final Draft}
+
 \section{Changes Since Public Review Draft}
 
 \begin{itemize}
diff --git a/spec/chapters/license.tex b/spec/chapters/license.tex
index 7a332c1..988447e 100644
--- a/spec/chapters/license.tex
+++ b/spec/chapters/license.tex
@@ -1,8 +1,8 @@
 \begin{flushleft}
 
 {\bfseries Specification: JAX-RS - Java\texttrademark\ API for RESTful Web Services (\lq\lq Specification\rq\rq)\\
-% Version: 1.0-editors-draft\\
-Version: 1.0-proposed-final-draft\\
+Version: 1.0-editors-draft\\
+% Version: 1.0-proposed-final-draft\\
 Status: Pre-FCS Public Release\\
 Release: \today\\
 Copyright 2007 Sun Microsystems, Inc.\\
diff --git a/spec/chapters/titlepage.tex b/spec/chapters/titlepage.tex
index 6481df3..e02a590 100644
--- a/spec/chapters/titlepage.tex
+++ b/spec/chapters/titlepage.tex
@@ -10,8 +10,8 @@
 \vspace{20pt}
 
 {
-% \Large\textit{Editors Draft\\
-\Large\textit{Proposed Final Draft\\
+\Large\textit{Editors Draft\\
+% \Large\textit{Proposed Final Draft\\
 \today}
 }
 
diff --git a/spec/spec.tex b/spec/spec.tex
index 7445a48..7a0cd98 100644
--- a/spec/spec.tex
+++ b/spec/spec.tex
@@ -48,7 +48,7 @@
 \usepackage[dvips]{changebar}
 \usepackage{longtable}
 
-\renewcommand{\today}{August 1, 2008}
+% \renewcommand{\today}{August 1, 2008}
 
 \begin{document}
 
diff --git a/src/jsr311-api/pom.xml b/src/jsr311-api/pom.xml
index 0043455..37646eb 100644
--- a/src/jsr311-api/pom.xml
+++ b/src/jsr311-api/pom.xml
@@ -5,7 +5,7 @@
   <groupId>javax.ws.rs</groupId>
   <artifactId>jsr311-api</artifactId>
   <packaging>jar</packaging>
-  <version>0.10-SNAPSHOT</version>
+  <version>0.11-SNAPSHOT</version>
   <name>jsr311-api</name>
   <url>https://jsr311.dev.java.net</url>