diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-07-21 14:50:58 +0200 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-07-21 14:50:58 +0200 |
commit | a4da9d764f54a871dd1b59e8e04a7a0e142d29e3 (patch) | |
tree | f23ccd3fbc9c61b1d6c173ee7b6854ee5f9151cb /build.gradle | |
parent | 9bb09c04bd615db6e2cac147c24c524063bd0a3e (diff) | |
download | pdf-as-4-a4da9d764f54a871dd1b59e8e04a7a0e142d29e3.tar.gz pdf-as-4-a4da9d764f54a871dd1b59e8e04a7a0e142d29e3.tar.bz2 pdf-as-4-a4da9d764f54a871dd1b59e8e04a7a0e142d29e3.zip |
changed Version to RC8-SNAPSHOT
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index a5d3f0d1..cf2db0c8 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ subprojects { snapshotRepoUrl = "file://${project(':').projectDir}/../mvn-repo/snapshots" } - version = '4.0.0-RC7' + version = '4.0.0-RC8-SNAPSHOT' pdfasversion = version revision = getCheckedOutGitCommitHash() |