Skip to content

Commit c4b6133

Browse files
committed
Adept 2.5 Release
1 parent 909512e commit c4b6133

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

README.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,26 @@
22

33
A blazing fast language for general purpose programming.
44

5-
[Download Adept v2.4 for Windows](https://github.com/IsaacShelton/Adept/releases)
5+
[Download Adept v2.5 for Windows](https://github.com/IsaacShelton/Adept/releases)
66

7-
[Download Adept v2.4 for MacOS](https://github.com/IsaacShelton/Adept/releases)
7+
[Download Adept v2.5 for MacOS](https://github.com/IsaacShelton/Adept/releases)
88

9-
[Download Adept v2.4 Cross-Compilation Extensions](https://github.com/IsaacShelton/AdeptCrossCompilation/releases/)
9+
[Download Adept v2.5 Cross-Compilation Extensions](https://github.com/IsaacShelton/AdeptCrossCompilation/releases/)
1010

1111
## Resources
12-
[Adept v2.4 Documentation](https://github.com/AdeptLanguage/Adept/wiki)
12+
[Adept v2.5 Documentation](https://github.com/AdeptLanguage/Adept/wiki)
1313

14-
[Adept v2.4 Vim Syntax Highlighting](https://github.com/IsaacShelton/AdeptVim)
14+
[Adept v2.5 Vim Syntax Highlighting](https://github.com/IsaacShelton/AdeptVim)
1515

16-
[Adept v2.4 VS-Code Syntax Highlighting](https://github.com/IsaacShelton/AdeptVSCode)
16+
[Adept v2.5 VS-Code Syntax Highlighting](https://github.com/IsaacShelton/AdeptVSCode)
1717

18-
[Adept v2.4 VS-Code Basic Syntax Checking](https://github.com/IsaacShelton/AdeptVSCodeLanguage)
18+
[Adept v2.5 VS-Code Basic Syntax Checking](https://github.com/IsaacShelton/AdeptVSCodeLanguage)
1919

20-
[Adept v2.4 Standard Library](https://github.com/AdeptLanguage/AdeptImport)
20+
[Adept v2.5 Standard Library](https://github.com/AdeptLanguage/AdeptImport)
2121

22-
[Adept v2.4 Working with Domestic and Foreign Libraries](https://github.com/IsaacShelton/AdeptWorkingWithC)
22+
[Adept v2.5 Working with Domestic and Foreign Libraries](https://github.com/IsaacShelton/AdeptWorkingWithC)
2323

24-
[Adept v2.4 MacOS Homebrew Tap](https://github.com/AdeptLanguage/homebrew-tap)
25-
26-
[Adept v2.4 IDE (deprecated)](https://github.com/IsaacShelton/AdeptIDE)
24+
[Adept v2.5 MacOS Homebrew Tap](https://github.com/AdeptLanguage/homebrew-tap)
2725

2826
## Command-Line Usage
2927

@@ -32,7 +30,7 @@ A blazing fast language for general purpose programming.
3230
- filename - default is 'main.adept'
3331
- options - secondary compiler options
3432

35-
You can optionally use `adept2-4` instead of `adept` if you have multiple versions installed.
33+
You can optionally use `adept2-5` instead of `adept` if you have multiple versions installed.
3634

3735
## Basic Functionality
3836

@@ -330,7 +328,7 @@ func main(in argc int, in argv **ubyte) int {
330328
### Pragma Directives
331329

332330
```
333-
pragma compiler_version '2.4'
331+
pragma compiler_version '2.5'
334332
pragma project_name 'pragma_directives_example'
335333
pragma optimization aggressive
336334

0 commit comments

Comments
 (0)