From 66e34d8a1c8f468a9a6b7cfe65fa1c0a17ac0742 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 22 Oct 2017 14:40:08 -0700 Subject: [PATCH] Updated version to 2.0.2 --- SDL2_image.spec | 2 +- configure | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SDL2_image.spec b/SDL2_image.spec index bfa8a2e4..11e492d6 100644 --- a/SDL2_image.spec +++ b/SDL2_image.spec @@ -1,5 +1,5 @@ %define name SDL2_image -%define version 2.0.1 +%define version 2.0.2 %define release 1 Summary: Simple DirectMedia Layer - Sample Image Loading Library diff --git a/configure b/configure index 3c16f8d0..4ccc471b 100755 --- a/configure +++ b/configure @@ -2475,9 +2475,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu MAJOR_VERSION=2 MINOR_VERSION=0 -MICRO_VERSION=1 -INTERFACE_AGE=1 -BINARY_AGE=1 +MICRO_VERSION=2 +INTERFACE_AGE=0 +BINARY_AGE=2 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION