From a2c6b8feeedced2f43310fb9f843e5184be90b35 Mon Sep 17 00:00:00 2001 From: Mehdi Houshmand Date: Mon, 24 Sep 2012 12:34:03 +0000 Subject: [PATCH] Changed the version name git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Gradle_Build@1389335 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 1ed3b820e..aa7943c96 100644 --- a/build.gradle +++ b/build.gradle @@ -4,8 +4,8 @@ apply plugin: 'java' project.ext { name = 'Apache FOP' year = '1999-2009' - // TODO: CHANGE THIS FOR APACHE VERSION!!!!!! - version = 'fop-th' + // Not sure exactly what to put here, but since 1.1rc1 is out... + version = '1.2-SNAPSHOT' sourceDir = 'src/java' sourceSandboxClassesDir = "src/sandbox/" sourceCodegenDir = "src/codegen" -- 2.39.5