Skip to content

Commit bd571da

Browse files
committed
Update v2.7.5
1 parent 89a4ec3 commit bd571da

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+51
-47
lines changed

BuildLinux.ngcs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@AppType NGC_SCRIPT 2.7.4
1+
@AppType NGC_SCRIPT 2.7.5
22
<?php
33
class BuildLinux {
44

Changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v2.7.5:
2+
- Fixes
3+
- Optimizations
4+
15
v2.7.4:
26
- Optimizations for BitArray and BitFunctions
37

NGC-TOOLKIT.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define MyAppName "NGC-TOOLKIT"
2-
#define MyAppVersion "2.7.4"
2+
#define MyAppVersion "2.7.5"
33
#define MyAppPublisher "Abyss Morgan"
44
#define MyAppURL "https://github.com/AbyssMorgan"
55
#define MyAppExeName "Toolkit.cmd"

example.ngcs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@AppType NGC_SCRIPT 2.7.4
1+
@AppType NGC_SCRIPT 2.7.5
22
<?php
33
$this->core->title("My script");
44

includes/ngc/core/AppBuffer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* NGC-TOOLKIT v2.7.4 – Component
4+
* NGC-TOOLKIT v2.7.5 – Component
55
*
66
* © 2025 Abyss Morgan
77
*

includes/ngc/core/BinaryFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* NGC-TOOLKIT v2.7.4 – Component
4+
* NGC-TOOLKIT v2.7.5 – Component
55
*
66
* © 2025 Abyss Morgan
77
*

includes/ngc/core/BitArray.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* NGC-TOOLKIT v2.7.4 – Component
4+
* NGC-TOOLKIT v2.7.5 – Component
55
*
66
* © 2025 Abyss Morgan
77
*

includes/ngc/core/BitFunctions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* NGC-TOOLKIT v2.7.4 – Component
4+
* NGC-TOOLKIT v2.7.5 – Component
55
*
66
* © 2025 Abyss Morgan
77
*

includes/ngc/core/Core.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* NGC-TOOLKIT v2.7.4 – Component
4+
* NGC-TOOLKIT v2.7.5 – Component
55
*
66
* © 2025 Abyss Morgan
77
*

includes/ngc/core/FtpService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* NGC-TOOLKIT v2.7.4 – Component
4+
* NGC-TOOLKIT v2.7.5 – Component
55
*
66
* © 2025 Abyss Morgan
77
*

0 commit comments

Comments
 (0)