Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheQwertiest committed Jul 10, 2020
1 parent 7949c9b commit e3fcbcb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#### Table of Contents
- [Unreleased](#unreleased)
- [1.3.0](#130---2020-07-10)
- [1.2.3](#123---2020-01-04)
- [1.2.2](#122---2019-09-14)
- [1.2.1](#121---2019-04-24)
Expand All @@ -22,6 +23,8 @@
___

## [Unreleased][]

## [1.3.0][] - 2020-07-10
### Added
- Re-added ability to automatically download thumbnail images to `thumbs.js` sample (by marc2003).
- Added missing documentation for `fb.GetDSPPresets()` and `fb.SetDSPPreset()`.
Expand Down Expand Up @@ -298,7 +301,8 @@ ___
- More rigorous error checks.
- Updated samples with compatibility fixes.

[unreleased]: https://github.com/theqwertiest/foo_spider_monkey_panel/compare/v1.2.3...HEAD
[unreleased]: https://github.com/theqwertiest/foo_spider_monkey_panel/compare/v1.3.0...HEAD
[1.3.0]: https://github.com/TheQwertiest/foo_spider_monkey_panel/compare/v1.2.3...v1.3.0
[1.2.3]: https://github.com/TheQwertiest/foo_spider_monkey_panel/compare/v1.2.2-preview...v1.2.3
[1.2.2]: https://github.com/TheQwertiest/foo_spider_monkey_panel/compare/v1.2.1...v1.2.2-preview
[1.2.1]: https://github.com/TheQwertiest/foo_spider_monkey_panel/compare/v1.2.0...v1.2.1
Expand Down
6 changes: 3 additions & 3 deletions foo_spider_monkey_panel/component_defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
#define SMP_STRINGIFY( x ) SMP_STRINGIFY_HELPER( x )

#define SMP_VERSION_MAJOR 1
#define SMP_VERSION_MINOR 2
#define SMP_VERSION_PATCH 4
#define SMP_VERSION_PRERELEASE_TEXT "beta"
#define SMP_VERSION_MINOR 3
#define SMP_VERSION_PATCH 0
//#define SMP_VERSION_PRERELEASE_TEXT "beta"

#ifdef SMP_VERSION_PRERELEASE_TEXT
# define SMP_VERSION_PRERELEASE "-" SMP_VERSION_PRERELEASE_TEXT
Expand Down

0 comments on commit e3fcbcb

Please sign in to comment.