Skip to content

Commit

Permalink
v1.4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoBelli committed Jun 15, 2019
1 parent abc1895 commit 1e3e281
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ cmake_minimum_required(VERSION 3.2)

project(xxtelebot
LANGUAGES CXX
VERSION 1.4.0.0)
VERSION 1.4.1.0)

# M.m
set(TGBOTAPI_VER_MAJOR 3)
set(TGBOTAPI_VER_MINOR 6)
set(TGBOTAPI_VER_MAJOR 4)
set(TGBOTAPI_VER_MINOR 3)

set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/lib")
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/lib")
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "xxtelebot"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.4.0.0
PROJECT_NUMBER = 1.4.1.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down

0 comments on commit 1e3e281

Please sign in to comment.