Skip to content

Commit

Permalink
Bump version to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohelEGP committed Jun 6, 2018
1 parent 66268fa commit b5e8da8
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
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.8.0)
project(jegp VERSION 3.3.0 LANGUAGES CXX)
project(jegp VERSION 3.4.0 LANGUAGES CXX)

add_library(jegp INTERFACE)
add_library(jegp::jegp ALIAS jegp)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cmake --build build --target install
After building jegp, you can use it by adding the following to your `CMakeLists.txt`.

find_package(jegp)
target_link_libraries(<your_target> jegp)
target_link_libraries(<your_target> jegp::jegp)

## Specification

Expand Down

0 comments on commit b5e8da8

Please sign in to comment.