Initialized version 9.0.0

This commit is contained in:
joten 2015-01-25 14:04:17 +01:00
parent b2139b1605
commit b8e3206b1a
9 changed files with 13 additions and 9 deletions

View File

@ -6,6 +6,10 @@
* `~` changed * `~` changed
* `+` added * `+` added
### 9.0.0
### 8.4.0 ### 8.4.0
1. `+` Session auto-save and restore. Layout and Window information is stored 1. `+` Session auto-save and restore. Layout and Window information is stored

View File

@ -10,7 +10,7 @@
@license GNU General Public License version 3 @license GNU General Public License version 3
../LICENSE.md or <http://www.gnu.org/licenses/> ../LICENSE.md or <http://www.gnu.org/licenses/>
@version 8.4.0 @version 9.0.0
*/ */
Bar_init(m) Bar_init(m)

View File

@ -10,7 +10,7 @@
@license GNU General Public License version 3 @license GNU General Public License version 3
../LICENSE.md or <http://www.gnu.org/licenses/> ../LICENSE.md or <http://www.gnu.org/licenses/>
@version 8.4.0 @version 9.0.0
*/ */
Config_init() Config_init()

View File

@ -10,7 +10,7 @@
@license GNU General Public License version 3 @license GNU General Public License version 3
../LICENSE.md or <http://www.gnu.org/licenses/> ../LICENSE.md or <http://www.gnu.org/licenses/>
@version 8.4.0 @version 9.0.0
*/ */
Debug_initLog(filename, level = 0, truncateFile = True) Debug_initLog(filename, level = 0, truncateFile = True)

View File

@ -10,11 +10,11 @@
@license GNU General Public License version 3 @license GNU General Public License version 3
../LICENSE.md or <http://www.gnu.org/licenses/> ../LICENSE.md or <http://www.gnu.org/licenses/>
@version 8.4.0 @version 9.0.0
*/ */
NAME := "bug.n" NAME := "bug.n"
VERSION := "8.4.0" VERSION := "9.0.0"
;; Script settings ;; Script settings
OnExit, Main_cleanup OnExit, Main_cleanup

View File

@ -10,7 +10,7 @@
@license GNU General Public License version 3 @license GNU General Public License version 3
../LICENSE.md or <http://www.gnu.org/licenses/> ../LICENSE.md or <http://www.gnu.org/licenses/>
@version 8.4.0 @version 9.0.0
*/ */
Manager_init() Manager_init()

View File

@ -10,7 +10,7 @@
@license GNU General Public License version 3 @license GNU General Public License version 3
../LICENSE.md or <http://www.gnu.org/licenses/> ../LICENSE.md or <http://www.gnu.org/licenses/>
@version 8.4.0 @version 9.0.0
*/ */
Monitor_init(m, doRestore) Monitor_init(m, doRestore)

View File

@ -10,7 +10,7 @@
@license GNU General Public License version 3 @license GNU General Public License version 3
../LICENSE.md or <http://www.gnu.org/licenses/> ../LICENSE.md or <http://www.gnu.org/licenses/>
@version 8.4.0 @version 9.0.0
*/ */
ResourceMonitor_init() { ResourceMonitor_init() {

View File

@ -10,7 +10,7 @@
@license GNU General Public License version 3 @license GNU General Public License version 3
../LICENSE.md or <http://www.gnu.org/licenses/> ../LICENSE.md or <http://www.gnu.org/licenses/>
@version 8.4.0 @version 9.0.0
*/ */
View_init(m, v) View_init(m, v)