Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Apr 16, 2020
1 parent a60bff6 commit ee45338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/modules ${CMAKE_MODULE_PATH})

set(LAZPERF_VERSION_MAJOR "1")
set(LAZPERF_VERSION_MINOR "4")
set(LAZPERF_VERSION_PATCH "3")
set(LAZPERF_VERSION_PATCH "4")

set(LAZPERF_VERSION "${LAZPERF_VERSION_MAJOR}.${LAZPERF_VERSION_MINOR}.${LAZPERF_VERSION_PATCH}")
set(LAZPERF_LIB_SOVERSION ${LAZPERF_VERSION_MAJOR})
Expand Down
2 changes: 1 addition & 1 deletion python/lazperf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__='1.4.3'
__version__='1.4.4'
from .pylazperfapi import PyDecompressor as Decompressor
from .pylazperfapi import PyCompressor as Compressor
from .pylazperfapi import PyVLRDecompressor as VLRDecompressor
Expand Down

0 comments on commit ee45338

Please sign in to comment.