aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-08-25 13:05:33 +0200
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-08-25 13:05:33 +0200
commita14889a64fe740748f2cdfc5149c86876cf8460b (patch)
treed516f2c68dadf465e274b559f58ae081628c6878 /build.gradle
parent61cf53de5675b679ce41e8768214d298c5df7d3d (diff)
downloadpdf-as-4-a14889a64fe740748f2cdfc5149c86876cf8460b.tar.gz
pdf-as-4-a14889a64fe740748f2cdfc5149c86876cf8460b.tar.bz2
pdf-as-4-a14889a64fe740748f2cdfc5149c86876cf8460b.zip
Doc building fixed4.0.0-RC10
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 a73444f5..ce09272c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -22,7 +22,7 @@ subprojects {
project.ext{
releaseRepoUrl = "file://${project(':').projectDir}/../mvn-repo/releases"
snapshotRepoUrl = "file://${project(':').projectDir}/../mvn-repo/snapshots"
- version = '4.0.0-RC9-SNAPSHOT'
+ version = version
pdfasversion = version
revision = getCheckedOutGitCommitHash()
//tomcatVersion = '7.0.54';