Index: trunk/src/Version.h =================================================================== --- trunk/src/Version.h (revision 466) +++ trunk/src/Version.h (revision 467) @@ -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 . // // Author: Thomas Ullrich // Last update: // $Date$ // $Author$ //============================================================================== #ifndef Version_h #define Version_h -#define VERSION "1.38" -#define VERSION_NUMBER 1.38 +#define VERSION "1.39" +#define VERSION_NUMBER 1.39 #endif