Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubund committed Dec 13, 2014
1 parent d2bfdd4 commit d97b3df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if(NOT HAVE_GCRYPT)
MESSAGE(FATAL_ERROR "The development files for libgcrypt are needed")
endif()

set(MRTD_VERSION 0.1.3)
set(MRTD_VERSION 0.1.4)

INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR})

Expand Down
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.1.4
Fixed memory allocation problem in mrtdreader
0.1.3
Input arguments now set to const
0.1.2
Expand Down

0 comments on commit d97b3df

Please sign in to comment.