Skip to content

Commit

Permalink
Use VERSION_NUM in META file.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbuenzli committed Mar 16, 2017
1 parent faec437 commit 73e5958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/META
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "%%VERSION%%"
version = "%%VERSION_NUM%%"
description = "Declarative events and signals for OCaml"
requires = ""
archive(byte) = "react.cma"
Expand All @@ -7,7 +7,7 @@ plugin(byte) = "react.cma"
plugin(native) = "react.cmxs"

package "top" (
version = "%%VERSION%%"
version = "%%VERSION_NUM%%"
description = "React toplevel support"
requires = "react"
archive(byte) = "react_top.cma"
Expand Down

0 comments on commit 73e5958

Please sign in to comment.