OBS-URL: https://build.opensuse.org/request/show/230334 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-rebar_vsn_plugin?expand=0&rev=2
12 lines
371 B
Diff
12 lines
371 B
Diff
--- src/rebar_vsn_plugin.app.src 2013-04-29 14:00:46.413471818 +0200
|
|
+++ src/rebar_vsn_plugin.app.src.patched 2013-04-29 14:00:57.077471984 +0200
|
|
@@ -20,7 +20,7 @@
|
|
|
|
{application, rebar_vsn_plugin,
|
|
[{description, "Correct version manipulation for rebar"},
|
|
- {vsn, git},
|
|
+ {vsn, "0.0.4"},
|
|
{modules, []},
|
|
{registered, []},
|
|
{applications, [kernel, stdlib]}]}.
|