Skip to content

Commit

Permalink
chore: Update internal version references to match release (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-scheck authored Mar 28, 2022
1 parent 88c8a85 commit 1d61853
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h3>Using LuaSocket</h3>
Lua 5.2.2 Copyright (C) 1994-2013 Lua.org, PUC-Rio
&gt; socket = require("socket")
&gt; print(socket._VERSION)
--&gt; LuaSocket 3.0-rc1
--&gt; LuaSocket 3.0.0
</pre>

<p> Each module loads their dependencies automatically, so you only need to
Expand Down
2 changes: 1 addition & 1 deletion makefile.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#--------------------------------------------------------------------------
# Distribution makefile
#--------------------------------------------------------------------------
DIST = luasocket-3.0-rc1
DIST = luasocket-3.0.0

TEST = \
test/README \
Expand Down
2 changes: 1 addition & 1 deletion src/luasocket.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/*-------------------------------------------------------------------------* \
* Current socket library version
\*-------------------------------------------------------------------------*/
#define LUASOCKET_VERSION "LuaSocket 3.0-rc1"
#define LUASOCKET_VERSION "LuaSocket 3.0.0"
#define LUASOCKET_COPYRIGHT "Copyright (C) 1999-2013 Diego Nehab"

/*-------------------------------------------------------------------------*\
Expand Down
2 changes: 1 addition & 1 deletion src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ SOCKET_win64=wsocket.obj
#
SO=$(SO_$(PLAT))
O=$(O_$(PLAT))
SOCKET_V=3.0-rc1
SOCKET_V=3.0.0
MIME_V=1.0.3
SOCKET_SO=socket-$(SOCKET_V).$(SO)
MIME_SO=mime-$(MIME_V).$(SO)
Expand Down

0 comments on commit 1d61853

Please sign in to comment.