updated version number (my text editor might also have deleted unnecessary space)
This commit is contained in:
parent
e6ee31c281
commit
ea41d7ae00
9 changed files with 721 additions and 720 deletions
|
@ -15,7 +15,7 @@
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
@version 8.3.0
|
||||
@version 8.4.0
|
||||
*/
|
||||
|
||||
Bar_init(m)
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
@version 8.3.0
|
||||
@version 8.4.0
|
||||
*/
|
||||
|
||||
Config_init()
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
@version 8.3.0
|
||||
@version 8.4.0
|
||||
*/
|
||||
|
||||
Debug_initLog(filename, level = 0, truncateFile = True)
|
||||
|
|
|
@ -15,11 +15,11 @@
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
@version 8.3.0
|
||||
@version 8.4.0
|
||||
*/
|
||||
|
||||
NAME := "bug.n"
|
||||
VERSION := "8.3.0"
|
||||
VERSION := "8.4.0"
|
||||
|
||||
;; Script settings
|
||||
OnExit, Main_cleanup
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
@version 8.3.0
|
||||
@version 8.4.0
|
||||
*/
|
||||
|
||||
Manager_init()
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
@version 8.3.0
|
||||
@version 8.4.0
|
||||
*/
|
||||
|
||||
Monitor_init(m)
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
@version 8.3.0
|
||||
@version 8.4.0
|
||||
*/
|
||||
|
||||
ResourceMonitor_init()
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
@version 8.3.0
|
||||
@version 8.4.0
|
||||
*/
|
||||
|
||||
View_init(m, v)
|
||||
|
|
|
@ -10,7 +10,8 @@
|
|||
(~) changed
|
||||
(+) added
|
||||
|
||||
=?????=
|
||||
|
||||
=8.4.0=
|
||||
|
||||
(+) Session auto-save and restore. Layout and Window information is
|
||||
stored periodically so that it may be recovered after a restart.
|
||||
|
|
Loading…
Reference in a new issue