Signature: Added SignatureSha256WithEcdsa.

Change-Id: I73a0bdf6b6d966634daa6f121b65175fc82e6fd5
Refs: #1650
diff --git a/conf.py b/conf.py
index c00e100..e0de7f2 100644
--- a/conf.py
+++ b/conf.py
@@ -41,16 +41,16 @@
 
 # General information about the project.
 project = u'NDN Packet Format Specification'
-copyright = u'2013, NDN Project Team'
+copyright = u'2013-2014, NDN Project Team'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
 # The short X.Y version.
-version = '0.1'
+version = '0.1.1'
 # The full version, including alpha/beta/rc tags.
-release = '0.1a2'
+release = '0.1.1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.