Browse Source

Specifying version key, to help automatic building tools to build the application.

Signed-off-by: Tim Fletcher <twoggle@gmail.com>
Roberto Aloi 16 years ago
parent
commit
5d93e6bf3b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/oauth.app

+ 2 - 1
src/oauth.app

@@ -1,5 +1,6 @@
 {application, oauth, [
   {description, "Erlang OAuth implementation"},
+  {vsn, "dev"},
   {modules, [
     oauth,
     oauth_hmac_sha1,
@@ -16,4 +17,4 @@
     crypto,
     inets
   ]}
-]}.
+]}.