Skip to content

Commit

Permalink
Bump version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AltGr committed Oct 19, 2016
1 parent bb391b8 commit c636388
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
@@ -1,3 +1,9 @@
## 1.1.3
* Fixed warnings on init (removed Format redirection code)
* Updated Makefiles for newer ocp-build
* Load .ocamlinit, following ocaml's default behaviour
* Fixed issue with `ocamlrun ocaml` on some distributions

## 1.1.2
* Fixed dependency to the new ocp-indent/index install format
* Install through opam-installer
Expand Down
2 changes: 1 addition & 1 deletion src/cfg.ml
Expand Up @@ -12,7 +12,7 @@
(* *)
(**************************************************************************)

let version = "1.1.2"
let version = "1.1.3"

type os = Linux | OSX | Windows | Other

Expand Down
4 changes: 2 additions & 2 deletions version.ocp
@@ -1,6 +1,6 @@
version = "1.1.2"
version = "1.1.3"

copyright = [ "OCamlPro 2013" ]
copyright = [ "OCamlPro 2013,2016" ]
authors = [ "Louis Gesbert <louis.gesbert@ocamlpro.com>" ]

license = [ "GPLv3" ]
2 changes: 1 addition & 1 deletion windows/ocaml-top.wxs
Expand Up @@ -3,7 +3,7 @@

<Product Name='OCaml-Top' Id='9cf7c3da-f460-4442-81a8-5304e5f4b53c'
UpgradeCode='6b5569c2-58f9-4555-bd4c-13ce398afaa2'
Language='1033' Codepage='1252' Version='1.1.2'
Language='1033' Codepage='1252' Version='1.1.3'
Manufacturer='OCamlPro'>

<Package Id='*' Keywords='OCaml toplevel development IDE'
Expand Down

0 comments on commit c636388

Please sign in to comment.