From b7d1f173280a88e009855eb76947f56c756a2954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Fri, 16 Dec 2016 10:35:13 +0100 Subject: [PATCH] Version 16.103.1 --- swad_changelog.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index 0cda591a1..a7b5a5498 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -188,13 +188,14 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 16.103 (2016-12-16)" -#define CSS_FILE "swad16.97.css" +#define Log_PLATFORM_VERSION "SWAD 16.103.1 (2016-12-16)" +#define CSS_FILE "swad16.103.1.css" #define JS_FILE "swad16.101.js" // Number of lines (includes comments but not blank lines) has been got with the following command: // nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*?.h sql/swad*.sql | tail -1 /* + Version 16.103.1: Dec 16, 2016 Changes in layout of tabs. (211123 lines) Version 16.103: Dec 16, 2016 Contextual help on course info. (211130 lines) Version 16.102: Dec 15, 2016 Fixed bug in mail to students, reported by GitHub user raistmaj. Fixed bug in file of marks, reported by GitHub user raistmaj.