Skip to content

Commit

Permalink
Release version 1.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RoLex committed Mar 10, 2019
1 parent ac831bc commit b341b68
Show file tree
Hide file tree
Showing 39 changed files with 19,179 additions and 11,962 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ message(STATUS "If you get errors related to autosprintf, please try with: -DUSE
message(STATUS)

SET(VERLIHUB_VERSION_MAJOR 1)
SET(VERLIHUB_VERSION_MINOR 1)
SET(VERLIHUB_VERSION_MINOR 2)
SET(VERLIHUB_VERSION_PATCH 0)
SET(VERLIHUB_VERSION_TWEAK 47)
SET(VERLIHUB_VERSION_TWEAK 0)
SET(VERLIHUB_VERSION "${VERLIHUB_VERSION_MAJOR}.${VERLIHUB_VERSION_MINOR}.${VERLIHUB_VERSION_PATCH}.${VERLIHUB_VERSION_TWEAK}")
#SET(VERLIHUB_SOVERSION "${VERLIHUB_VERSION_MAJOR}.${VERLIHUB_VERSION_MINOR}.${VERLIHUB_VERSION_PATCH}")
SET(PROJECT_NAME "verlihub")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Travis build status

[![Build status](https://travis-ci.org/Verlihub/verlihub.svg?branch=master)](https://travis-ci.org/Verlihub/verlihub)

Verlihub 1.1.0.x
Verlihub 1.2.0.x
==============

Verlihub is a NeoModus Direct Connect server for Unix and Linux based operating systems that provides useful high level functions such as:
Expand Down
4 changes: 2 additions & 2 deletions plugins/lua/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
# of the GNU General Public License.

SET(LUA_VERSION_MAJOR 1)
SET(LUA_VERSION_MINOR 4)
SET(LUA_VERSION_MINOR 5)
SET(LUA_VERSION_PATCH 0)
SET(LUA_VERSION_TWEAK 1)
SET(LUA_VERSION_TWEAK 0)
SET(LUA_VERSION "${LUA_VERSION_MAJOR}.${LUA_VERSION_MINOR}.${LUA_VERSION_PATCH}.${LUA_VERSION_TWEAK}")

ADD_DEFINITIONS(-DLUA_PI_VERSION=\"${LUA_VERSION}\")
Expand Down
2 changes: 1 addition & 1 deletion plugins/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# of the GNU General Public License.

SET(PYTHON_VERSION_MAJOR 1)
SET(PYTHON_VERSION_MINOR 4)
SET(PYTHON_VERSION_MINOR 5)
SET(PYTHON_VERSION_PATCH 0)
SET(PYTHON_VERSION_TWEAK 0)
SET(PYTHON_VERSION "${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.${PYTHON_VERSION_PATCH}.${PYTHON_VERSION_TWEAK}")
Expand Down
1 change: 1 addition & 0 deletions po/LANGS
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ bg_BG.CP1251
nl_NL.CP1252
lt_LT.CP1257
zh_CN.GB18030
es_ES.CP1252
Loading

0 comments on commit b341b68

Please sign in to comment.