Version 16.3.1

This commit is contained in:
Antonio Cañas Vargas 2016-09-28 00:11:02 +02:00
parent 08d8e30c36
commit 2592f1ff3d

View File

@ -142,14 +142,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.3.1 (2016-09-27)"
#define Log_PLATFORM_VERSION "SWAD 16.3.1 (2016-09-28)"
#define CSS_FILE "swad15.229.css"
#define JS_FILE "swad15.238.1.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.3.1: Sep 27, 2016 Two different messagesrelated to new account merged into one.
Version 16.3.1: Sep 28, 2016 Two different messagesrelated to new account merged into one.
Changes in form to create new account. (205271 lines)
Version 16.3: Sep 26, 2016 Message translated.
Code refactoring of list with empty accounts for an ID. (205287 lines)