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 Oct 18, 2015
1 parent 0322785 commit 2053b70
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.53.0.0'

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

0 comments on commit 2053b70

Please sign in to comment.