From a939bed8e04072f683ce65a629dafe4e89d8eba8 Mon Sep 17 00:00:00 2001 From: hmalphettes Date: Mon, 13 Jun 2011 15:51:15 +0800 Subject: [PATCH] CORE-153 pad the buildnumber --- Buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Buildfile b/Buildfile index e46436048..1246e09f6 100644 --- a/Buildfile +++ b/Buildfile @@ -4,7 +4,7 @@ require File.join(File.dirname(__FILE__), "repositories.rb") require File.join(File.dirname(__FILE__), "dependencies.rb") # Keep this structure to allow the build system to update version numbers. -VERSION_NUMBER = "1.0.0.2-SNAPSHOT" +VERSION_NUMBER = "1.0.0.002-SNAPSHOT" # Shorten expressions