From a8e49e75bff0e07de22f1721f220048575d65cb1 Mon Sep 17 00:00:00 2001 From: Leonardo Date: Sun, 18 Nov 2018 16:06:18 -0200 Subject: [PATCH] Correct version --- CHANGELOG.md | 8 ++------ cmake/SetupVersion.cmake | 4 ++-- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9a1167..fa625b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/cmake/SetupVersion.cmake b/cmake/SetupVersion.cmake index f0da807..ef377d5 100644 --- a/cmake/SetupVersion.cmake +++ b/cmake/SetupVersion.cmake @@ -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) \ No newline at end of file