Skip to content

Commit

Permalink
Gradle: Set project version
Browse files Browse the repository at this point in the history
This is usually a version number quite similar to the BouncyCastle version.
  • Loading branch information
rtyley committed Aug 20, 2016
1 parent 09b7587 commit 5203233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ subprojects {

sourceCompatibility = 1.5
targetCompatibility = 1.5
version = '1.52'
version = '1.54.0.0'

test {
systemProperty 'bc.test.data.home', bcTestDataHome
Expand Down

0 comments on commit 5203233

Please sign in to comment.