Skip to content

Commit

Permalink
Version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iamantony committed Mar 16, 2017
1 parent 1deadf6 commit dfb82e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ project (qtcsv)

# define names
set(LIB_MAJOR_VERSION 1)
set(LIB_MINOR_VERSION 3)
set(LIB_REVISION_VERSION 1)
set(LIB_MINOR_VERSION 4)
set(LIB_REVISION_VERSION 0)
set(LIB_VERSION ${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION_VERSION})
set(LIBRARY_NAME ${PROJECT_NAME})

Expand Down
2 changes: 1 addition & 1 deletion qtcsv.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
QT -= gui
TARGET = qtcsv
TEMPLATE = lib
VERSION = 1.3.1
VERSION = 1.4.0
win32:TARGET_EXT = .dll

# Uncomment this setting if you want to build static library
Expand Down

0 comments on commit dfb82e5

Please sign in to comment.