Skip to content

Commit

Permalink
v5.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
objeck committed May 12, 2021
1 parent 077b866 commit 68dae20
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![C/C++ CI](https://github.com/objeck/objeck-lang/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/objeck/objeck-lang/actions/workflows/c-cpp.yml)
[![Coverity Scan Build Status](https://img.shields.io/coverity/scan/10314.svg)](https://scan.coverity.com/projects/objeck)
[![Download Objeck](https://img.shields.io/sourceforge/dt/objeck-lang.svg)](https://sourceforge.net/projects/objeck-lang/files/latest/download)

Objeck is an object-oriented computer language with functional features. Objeck emphasizes simplicity, portability and scalability. The programming environment consists of a compiler, virtual machine and command line debugger.

Expand Down
6 changes: 3 additions & 3 deletions core/setup/setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -7739,15 +7739,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Objeck"
"ProductCode" = "8:{EADF7E25-87A5-42AA-9395-78C3535720F0}"
"PackageCode" = "8:{5108F67B-9DC2-4754-8D5A-43BE588883A9}"
"ProductCode" = "8:{7A3175C8-2E11-491B-BFFD-B60EDD4B815B}"
"PackageCode" = "8:{C5497766-862B-44C4-A9DD-10DEF0770925}"
"UpgradeCode" = "8:{A35AE9F4-6D9D-4254-811F-27267E71A484}"
"AspNetVersion" = "8:"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:5.8.1"
"ProductVersion" = "8:5.8.2"
"Manufacturer" = "8:Randy Hollines"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down
6 changes: 3 additions & 3 deletions core/setup64/setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -7895,15 +7895,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Objeck"
"ProductCode" = "8:{574AAE54-EC04-446A-B17B-098AD7D4A60F}"
"PackageCode" = "8:{B115955E-41D9-4B3E-AD16-B7E1165EE3B4}"
"ProductCode" = "8:{A2B06C3C-0F43-4A8D-9102-B16FF4B10EE4}"
"PackageCode" = "8:{23D38A7C-80EC-428A-BC1C-4210D953FAF7}"
"UpgradeCode" = "8:{FAD125F6-CB1B-46F7-91EB-429682D927CB}"
"AspNetVersion" = "8:"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:5.8.1"
"ProductVersion" = "8:5.8.2"
"Manufacturer" = "8:Randy Hollines"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down
Binary file modified docs/api.zip
Binary file not shown.

0 comments on commit 68dae20

Please sign in to comment.