Browse Source

nitro 3.10

Namdak Tonpa 6 years ago
parent
commit
280596e775
3 changed files with 2 additions and 2 deletions
  1. 1 1
      include/mad.hrl
  2. BIN
      mad
  3. 1 1
      priv/web/rebar.config

+ 1 - 1
include/mad.hrl

@@ -1 +1 @@
--define(VERSION,"cd2bf8").
+-define(VERSION,"fa3e76").

BIN
mad


+ 1 - 1
priv/web/rebar.config

@@ -8,7 +8,7 @@
     {sh,     ".*", {git, "git://github.com/synrc/sh",        {tag, "2.10"} }},
     {mad,    ".*", {git, "git://github.com/synrc/mad",       {tag, "4.10"} }},
     {active, ".*", {git, "git://github.com/synrc/active",    {tag, "4.10"} }},
-    {nitro,  ".*", {git, "git://github.com/synrc/nitro",     {tag, "5.10"} }},
+    {nitro,  ".*", {git, "git://github.com/synrc/nitro",     {tag, "3.10"} }},
     {n2o,    ".*", {git, "git://github.com/synrc/n2o",       {tag, "5.10"} }}
 ]}.