Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
prepare release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Mar 3, 2012
1 parent 107383d commit 8f9e302
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES
@@ -1,6 +1,6 @@
Revision history for lua-TestMore

0.3.0
0.3.0 Sat Mar 3 22:30:00 2012
work with Lua 5.2.0
add LuaDist support
INCOMPATIBILITY : now, the use of the following idiom is mandatory
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -29,7 +29,7 @@ and the sources are hosted at [http://github.com/fperrad/lua-TestMore/](http://g
Copyright and License
---------------------

Copyright (c) 2009-2011 Francois Perrad
Copyright (c) 2009-2012 Francois Perrad

This library is licensed under the terms of the MIT/X11 license, like Lua itself.

2 changes: 1 addition & 1 deletion dist.info
@@ -1,6 +1,6 @@

name = "lua-testmore"
version = "0.2.4"
version = "0.3.0"

desc = "an Unit Testing Framework"
author = "Francois Perrad"
Expand Down
4 changes: 2 additions & 2 deletions src/Test/More.lua
Expand Up @@ -360,9 +360,9 @@ for k, v in pairs(m) do -- injection
_G[k] = v
end

m._VERSION = "0.2.4"
m._VERSION = "0.3.0"
m._DESCRIPTION = "lua-TestMore : an Unit Testing Framework"
m._COPYRIGHT = "Copyright (c) 2009-2011 Francois Perrad"
m._COPYRIGHT = "Copyright (c) 2009-2012 Francois Perrad"
return m
--
-- This library is licensed under the terms of the MIT/X11 license,
Expand Down

0 comments on commit 8f9e302

Please sign in to comment.