Skip to content

Commit

Permalink
Preparing for 0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud Ismail committed May 17, 2018
1 parent cccb227 commit 4211d8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ project (ePipe)
cmake_minimum_required (VERSION 2.8)

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

set(Boost_USE_STATIC_LIBS ON)
Expand Down
4 changes: 2 additions & 2 deletions include/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
#define VERSION_H_IN

#define EPIPE_VERSION_MAJOR 0
#define EPIPE_VERSION_MINOR 4
#define EPIPE_VERSION_BUILD 1
#define EPIPE_VERSION_MINOR 5
#define EPIPE_VERSION_BUILD 0

#endif /* VERSION_H_IN */

0 comments on commit 4211d8e

Please sign in to comment.