diff --git a/Makefile b/Makefile index a844929064dda60e72625822dcefcb0c7c142f85..9de26b181ef3ae882e07c2008a17b3e927b25713 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 ff7be53769d62e63e1c8322bc633f9a0ba45088e..e74e6cdbc75f6ad2aa16aa50717743794ddf5465 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 9b9b39034e1ae3b324a5faf3c1864d171bcefa54..9e05d2edb3926b5db4375249452540704c45103c 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();