Browse Source

Merge branch 'master' of github.com:synrc/mad

Namdak Tonpa 6 years ago
parent
commit
6b54474039
2 changed files with 4 additions and 2 deletions
  1. 3 1
      LICENSE
  2. 1 1
      src/mad.app.src

+ 3 - 1
LICENSE

@@ -1,4 +1,6 @@
-Copyright (c) 2013—2018 Maxim Sokhatsky, Synrc Research Center
+DHARMA License
+
+Copyright (c) 2013—2019 Maxim Sokhatsky, Synrc Research Center
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/mad.app.src

@@ -1,6 +1,6 @@
 {application, mad,
  [{description, "MAD Manage Dependencies"},
-  {vsn, "4.11"},
+  {vsn, "5.4"},
   {registered, []},
   {applications, [kernel,stdlib,inets]},
   {env, []}]}.