Index: trunk/src/Version.h
===================================================================
--- trunk/src/Version.h	(revision 522)
+++ trunk/src/Version.h	(revision 523)
@@ -1,29 +1,29 @@
 //==============================================================================
 //  Version.h
 //
 //  Copyright (C) 2010-2019 Tobias Toll and Thomas Ullrich
 //
 //  This file is part of Sartre.
 //
 //  This program is free software: you can redistribute it and/or modify 
 //  it under the terms of the GNU General Public License as published by 
 //  the Free Software Foundation.   
 //  This program is distributed in the hope that it will be useful, 
 //  but without any warranty; without even the implied warranty of 
 //  merchantability or fitness for a particular purpose. See the 
 //  GNU General Public License for more details. 
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
 //  Author: Thomas Ullrich
 //  Last update: 
 //  $Date$
 //  $Author$
 //==============================================================================
 #ifndef Version_h         
 #define Version_h         
          
-#define VERSION "2.00"
-#define VERSION_NUMBER 2.00
+#define VERSION "2.10"
+#define VERSION_NUMBER 2.10
          
 #endif