Skip to content

Commit

Permalink
update version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud Ismail committed Jul 6, 2016
1 parent 5b6359a commit 06f6f2e
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 @@ -4,7 +4,7 @@ cmake_minimum_required (VERSION 2.8)

set(EPIPE_VERSION_MAJOR 0)
set(EPIPE_VERSION_MINOR 2)
set(EPIPE_VERSION_BUILD 1)
set(EPIPE_VERSION_BUILD 2)
configure_file(Version.h.in ${CMAKE_SOURCE_DIR}/include/Version.h)

set(Boost_USE_STATIC_LIBS ON)
Expand Down
2 changes: 1 addition & 1 deletion include/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#define EPIPE_VERSION_MAJOR 0
#define EPIPE_VERSION_MINOR 2
#define EPIPE_VERSION_BUILD 1
#define EPIPE_VERSION_BUILD 2

#endif /* VERSION_H_IN */

0 comments on commit 06f6f2e

Please sign in to comment.