Skip to content

Commit

Permalink
Merge pull request #95 from njoy/bigfix/njoy_sync_error
Browse files Browse the repository at this point in the history
Bigfix/njoy sync error
  • Loading branch information
jlconlin authored Aug 27, 2019
2 parents 13db9e4 + cd9726c commit 47495ce
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 64 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ language: cpp
script: "./.travis/signature.sh"

branches:
except:
- gh-pages
- master

env:
global:
Expand Down
60 changes: 0 additions & 60 deletions .travis/build.sh

This file was deleted.

2 changes: 1 addition & 1 deletion dependencies/njoy_c_bindings
2 changes: 1 addition & 1 deletion src/njoy21/Version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Version{
// Change whenever new capability is implemented
static constexpr int minorVersion{0};
// Change whenever merge to master branch is done
static constexpr int patchVersion{4};
static constexpr int patchVersion{5};

static std::string version(){
return std::to_string( majorVersion ) + "." +
Expand Down

0 comments on commit 47495ce

Please sign in to comment.