aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-07-21 14:50:58 +0200
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-07-21 14:50:58 +0200
commita4da9d764f54a871dd1b59e8e04a7a0e142d29e3 (patch)
treef23ccd3fbc9c61b1d6c173ee7b6854ee5f9151cb /build.gradle
parent9bb09c04bd615db6e2cac147c24c524063bd0a3e (diff)
downloadpdf-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.gradle2
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()