Version bump to 1.2.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1546 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
a505dbecd5
commit
f1c22f3d1a
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
Name: pandoc
|
||||
Version: 1.1
|
||||
Version: 1.2
|
||||
Cabal-Version: >= 1.2
|
||||
Build-Type: Custom
|
||||
License: GPL
|
||||
|
|
|
@ -111,4 +111,4 @@ import Text.Pandoc.Shared
|
|||
|
||||
-- | Version number of pandoc library.
|
||||
pandocVersion :: String
|
||||
pandocVersion = "1.1"
|
||||
pandocVersion = "1.2"
|
||||
|
|
Loading…
Reference in a new issue