Skip to content

Commit

Permalink
Update version number properly this time (sorry!)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinb committed Jan 7, 2018
1 parent ab806e9 commit d77513b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# New in 1.2
# New in 1.2.0

## Language updates

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# The short X.Y version.
version = '1.2'
# The full version, including alpha/beta/rc tags.
release = '1.2'
release = '1.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/listing/idris-prompt-helloworld.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ idris hello.idr
____ __ _
/ _/___/ /____(_)____
/ // __ / ___/ / ___/ Version 1.2
/ // __ / ___/ / ___/ Version 1.2.0
_/ // /_/ / / / (__ ) http://www.idris-lang.org/
/___/\__,_/_/ /_/____/ Type :? for help

Expand Down
2 changes: 1 addition & 1 deletion docs/listing/idris-prompt-interp.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ idris interp.idr
____ __ _
/ _/___/ /____(_)____
/ // __ / ___/ / ___/ Version 1.2
/ // __ / ___/ / ___/ Version 1.2.0
_/ // /_/ / / / (__ ) http://www.idris-lang.org/
/___/\__,_/_/ /_/____/ Type :? for help

Expand Down
2 changes: 1 addition & 1 deletion docs/listing/idris-prompt-start.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ idris
____ __ _
/ _/___/ /____(_)____
/ // __ / ___/ / ___/ Version 1.2
/ // __ / ___/ / ___/ Version 1.2.0
_/ // /_/ / / / (__ ) http://www.idris-lang.org/
/___/\__,_/_/ /_/____/ Type :? for help

Expand Down
2 changes: 1 addition & 1 deletion idris.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: idris
Version: 1.2
Version: 1.2.0
License: BSD3
License-file: LICENSE
Author: Edwin Brady
Expand Down
2 changes: 1 addition & 1 deletion man/idris.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Manpage for Idris.
.\" Contact <> to correct errors or typos.
.TH man 1 "7 January 2018" "1.2" "Idris man page"
.TH man 1 "7 January 2018" "1.2.0" "Idris man page"
.SH NAME
idris -\ a general purpose pure functional programming language with dependent types.
.SH SYNOPSIS
Expand Down

0 comments on commit d77513b

Please sign in to comment.