Skip to content

Commit

Permalink
Correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
mobius3 committed Nov 18, 2018
1 parent 067ce2e commit a8e49e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Tweeny Changelog
- Version 4:
- Move examples to [tweeny-demos](github.com/mobius3/tweeny-demos) repository
- Update README and docs

- Version 3:
- Fix point duration calculation in multipoint tweening
- Implement `peek(float progress)` and `peek(uint32_t time)` to peek
at arbitrary points
- Improve README instructions on how to build examples
- Avoid building the sprite example if SDL2 was not found
- Move examples to [tweeny-demos](github.com/mobius3/tweeny-demos) repository
- Update README and docs

- Version 2:
- Make non-modifying functions `const` (@Balletie)
Expand Down
4 changes: 2 additions & 2 deletions cmake/SetupVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

set(TWEENY_VERSION 1.0.0)
set(TWEENY_VERSION_MAJOR 1)
set(TWEENY_VERSION 3)
set(TWEENY_VERSION_MAJOR 3)
set(TWEENY_VERSION_MINOR 0)
set(TWEENY_VERSION_PATCH 0)

0 comments on commit a8e49e7

Please sign in to comment.