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 Jul 26, 2014
1 parent 8955e29 commit 78c4e5b
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 @@ -92,7 +92,7 @@ subprojects {

sourceCompatibility = 1.5
targetCompatibility = 1.5
version = '1.51-b08'
version = '1.51.0.0'

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

0 comments on commit 78c4e5b

Please sign in to comment.