From a0715d09e8cee718591c10cd3a53c373da16c2ee Mon Sep 17 00:00:00 2001 From: Ludovic Apvrille <ludovic.apvrille@telecom-paristech.fr> Date: Wed, 16 Jul 2008 13:11:48 +0000 Subject: [PATCH] update on build version: builder.txt --- Makefile | 2 +- build.txt | 2 +- src/ui/DefaultText.java | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index a844929064..9de26b181e 100755 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ RELEASE_STD_FILES_LICENSES = LICENSE LICENSE_CECILL_ENG LICENSE_CECILL_FR all: svn update builder.txt $(JAVA) -jar $(BUILDER) $(BUILD_INFO) $(BUILD_TO_MODIFY) - svn commit -m 'update on build version: builder.txt' + svn commit -m 'update on build version: builder.txt' $(JAVAC) $(CLASSPATH) $(TTOOL_SRC) $(TTOOL_SRC)/*.java ttooljar_std: diff --git a/build.txt b/build.txt index ff7be53769..e74e6cdbc7 100644 --- a/build.txt +++ b/build.txt @@ -1 +1 @@ -1134 \ No newline at end of file +1137 \ No newline at end of file diff --git a/src/ui/DefaultText.java b/src/ui/DefaultText.java index 9b9b39034e..9e05d2edb3 100755 --- a/src/ui/DefaultText.java +++ b/src/ui/DefaultText.java @@ -48,8 +48,8 @@ package ui; public class DefaultText { - public static String BUILD = "1134"; - public static String DATE = "2008/07/16 10:06:42 CET"; + public static String BUILD = "1136"; + public static String DATE = "2008/07/16 15:11:35 CET"; public static StringBuffer sbAbout = makeAbout(); -- GitLab