Package: erlang-cl / 1.2.1-2

version.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Sergei Golovan
Description: Patch replaces version atom git by the release vesion.
Last-Modified: Thu, 17 Oct 2013 14:54:32 +0400

--- a/src/cl.app.src
+++ b/src/cl.app.src
@@ -1,6 +1,6 @@
 {application, cl,
  [{description, "OpenCL binding for Erlang"},
-  {vsn, git},
+  {vsn, "1.2.1"},
   {modules, [cl,cl10,cl11,cl12,clu]},
   {env, []},
   {applications,[kernel,stdlib]}