Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
vercas committed Dec 30, 2016
1 parent 8ccf3bb commit 4b06c78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions vmake-1.5.3-13.rockspec → vmake-1.5.4-14.rockspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package = "vmake"
version = "1.5.3-13"
version = "1.5.4-14"

source = {
url = "git://github.com/vercas/vMake",
tag = "v1.5.3",
tag = "v1.5.4",
}

description = {
Expand Down
6 changes: 3 additions & 3 deletions vmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ if arg then
end

local vmake, vmake__call, getEnvironment = {
Version = "1.5.3",
VersionNumber = 1005003,
Version = "1.5.4",
VersionNumber = 1005004,

Debug = false,
Silent = false,
Expand Down Expand Up @@ -4778,7 +4778,7 @@ function CreateMissingDirectoriesRule(shared)
Action = function(_, dst, src)
fs.MkDir(dst)
end,
},
}
end

-- Parses the GCC-generated Make dependency file associated with the given
Expand Down

0 comments on commit 4b06c78

Please sign in to comment.