diff --git a/conjure-cp.cabal b/conjure-cp.cabal index d79b248e04..87c2094af2 100644 --- a/conjure-cp.cabal +++ b/conjure-cp.cabal @@ -1,6 +1,6 @@ Name: conjure-cp -Version: 2.0 +Version: 2.0.0 Synopsis: Conjure: The Automated Constraint Modelling Tool Description: . Homepage: http://ozgur.host.cs.st-andrews.ac.uk diff --git a/docs/conf.py b/docs/conf.py index bdd8c2eb72..aef787f4a2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,7 +51,7 @@ # General information about the project. project = u'Conjure' -copyright = u'2016, Özgür Akgün' +copyright = u'2009-2016, Özgür Akgün' author = u'Özgür Akgün' # The version info for the project you're documenting, acts as replacement for @@ -59,9 +59,9 @@ # built documents. # # The short X.Y version. -version = u'2.0' +version = u'2.0.0' # The full version, including alpha/beta/rc tags. -release = u'2.0' +release = u'2.0.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.