Skip to content

Commit

Permalink
Bump library version and fix spellings.
Browse files Browse the repository at this point in the history
  • Loading branch information
silvioprog committed Aug 21, 2018
1 parent 2ce98e2 commit 6e3c1ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ABIComplianceChecker.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ xdg-open compat_reports/sagui/1.0.0_to_1.0.1/compat_report.html
# or just open compat_report.html on your browser
```

**NOTE:** the `Binary Compatibility` and `Source Compatibility` tabs `Compatibility: 100%` in their `Test Results` table.
**NOTE:** the `Binary Compatibility` and `Source Compatibility` tabs should show `Compatibility: 100%` in their `Test Results` table.
2 changes: 1 addition & 1 deletion include/sagui.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ extern "C" {

#define SG_VERSION_MAJOR 1
#define SG_VERSION_MINOR 0
#define SG_VERSION_PATCH 0
#define SG_VERSION_PATCH 1
#define SG_VERSION_HEX ((SG_VERSION_MAJOR << 16) | (SG_VERSION_MINOR << 8) | (SG_VERSION_PATCH))

/**
Expand Down

0 comments on commit 6e3c1ff

Please sign in to comment.