From 14354737c3ec294f9797203cad9cf6211df4cc37 Mon Sep 17 00:00:00 2001 From: Andrew Mickelson Date: Fri, 17 Aug 2018 20:28:09 -0700 Subject: [PATCH] Bump to version 2.4.1 --- Makefile | 10 +++++----- debian/changelog | 6 ++++++ 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 372c21325..75f49bd39 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ ## ## ## Attract-Mode frontend -## Copyright (C) 2013-2016 Andrew Mickelson +## Copyright (C) 2013-2018 Andrew Mickelson ## ## This file is part of Attract-Mode. ## @@ -32,7 +32,7 @@ # Uncomment next line to disable network support (i.e. no SFML Network). #NO_NET=1 # -# By default, if FontConfig gets enabled we link against the system's expat +# By default, if FontConfig gets enabled we link against the system's expat # library (because FontConfig uses expat too). If FontConfig is not used # then Attract-Mode is statically linked to its own version of expat. # Uncomment next line to always link to Attract-Mode's version of expat. @@ -59,7 +59,7 @@ #FE_DEBUG=1 #VERBOSE=1 -FE_VERSION=v2.4.0 +FE_VERSION=v2.4.1 CC=gcc CXX=g++ @@ -88,7 +88,7 @@ override CC := $(TOOLCHAIN)-$(CC) override CXX := $(TOOLCHAIN)-$(CXX) override AR := $(TOOLCHAIN)-$(AR) endif - + ifneq ($(origin CROSS),undefined) override STRIP := $(TOOLCHAIN)-$(STRIP) override PKG_CONFIG := $(TOOLCHAIN)-$(PKG_CONFIG) @@ -386,7 +386,7 @@ else TEMP_LIBS += libavresample FE_FLAGS += -DUSE_AVRESAMPLE endif - endif + endif _DEP += media.hpp _OBJ += media.o diff --git a/debian/changelog b/debian/changelog index 25c0a2c3b..213947bdc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +attract (2.4.1-1) unstable; urgency=low + + * Version 2.4.1 package. + + -- Andrew Mickelson Fri, 17 Aug 2016 22:33:19 -0800 + attract (2.4.0-1) unstable; urgency=low * Version 2.4 package.