Revision: 8727
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8727&view=rev
Author:   dnaber
Date:     2012-12-30 18:13:58 +0000 (Sun, 30 Dec 2012)
Log Message:
-----------
start development of 2.1-dev

Modified Paths:
--------------
    trunk/JLanguageTool/CHANGES.txt
    trunk/JLanguageTool/build.properties
    trunk/JLanguageTool/src/main/java/org/languagetool/JLanguageTool.java

Modified: trunk/JLanguageTool/CHANGES.txt
===================================================================
--- trunk/JLanguageTool/CHANGES.txt     2012-12-30 18:10:56 UTC (rev 8726)
+++ trunk/JLanguageTool/CHANGES.txt     2012-12-30 18:13:58 UTC (rev 8727)
@@ -1,5 +1,10 @@
 LanguageTool Change Log
 
+2.1-dev (release planned for 2013-03-31)
+
+ -...
+
+
 2.0 (2012-12-30)
 
  -Breton:
@@ -22,7 +27,7 @@
   -fix Sourceforge bug #3479817 (capitalization of the first item of a list 
not required)
   -a few rule updates
 
- -Esperanto
+ -Esperanto:
   -few new rules
 
  -French:

Modified: trunk/JLanguageTool/build.properties
===================================================================
--- trunk/JLanguageTool/build.properties        2012-12-30 18:10:56 UTC (rev 
8726)
+++ trunk/JLanguageTool/build.properties        2012-12-30 18:13:58 UTC (rev 
8727)
@@ -1,6 +1,6 @@
 debug = on
 
-version = 2.0
+version = 2.1-dev
 
 src.dir = ./src
 src.java.dir = ${src.dir}/main/java

Modified: trunk/JLanguageTool/src/main/java/org/languagetool/JLanguageTool.java
===================================================================
--- trunk/JLanguageTool/src/main/java/org/languagetool/JLanguageTool.java       
2012-12-30 18:10:56 UTC (rev 8726)
+++ trunk/JLanguageTool/src/main/java/org/languagetool/JLanguageTool.java       
2012-12-30 18:13:58 UTC (rev 8727)
@@ -75,7 +75,7 @@
 @SuppressWarnings({"UnusedDeclaration"})
 public final class JLanguageTool {
 
-  public static final String VERSION = "2.0"; // keep in sync with 
build.properties!
+  public static final String VERSION = "2.1-dev"; // keep in sync with 
build.properties!
   public static final String BUILD_DATE = getBuildDate();
 
   public static final String PATTERN_FILE = "grammar.xml";

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to