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 Dec 29, 2015
1 parent 4cf9de8 commit 6bf34b6
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 6bf34b6

Please sign in to comment.