Skip to content

Commit

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

#### Table of Contents
- [Unreleased](#unreleased)
- [1.0.0](#100---2020-10-02)

___

## [Unreleased][]

[unreleased]: https://github.com/TheQwertiest/foo_spotify/commits/master
## [1.0.0][] - 2020-10-02
Initial release.

[unreleased]: https://github.com/TheQwertiest/foo_spotify/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/TheQwertiest/foo_spotify/commits/master
8 changes: 4 additions & 4 deletions foo_spotify/component_defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
#define SPTF_STRINGIFY_HELPER( x ) #x
#define SPTF_STRINGIFY( x ) SPTF_STRINGIFY_HELPER( x )

#define SPTF_VERSION_MAJOR 0
#define SPTF_VERSION_MINOR 1
#define SPTF_VERSION_PATCH 0
#define SPTF_VERSION_PRERELEASE_TEXT "beta"
#define SPTF_VERSION_MAJOR 1
#define SPTF_VERSION_MINOR 0
#define SPTF_VERSION_PATCH 0
//#define SPTF_VERSION_PRERELEASE_TEXT "beta"

#ifdef SPTF_VERSION_PRERELEASE_TEXT
# define SPTF_VERSION_PRERELEASE "-" SPTF_VERSION_PRERELEASE_TEXT
Expand Down

0 comments on commit a9d45f6

Please sign in to comment.