Skip to content

Commit

Permalink
Bump to version 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mickelson committed Aug 18, 2018
1 parent d00e37f commit 1435473
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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.
##
Expand Down Expand Up @@ -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.
Expand All @@ -59,7 +59,7 @@
#FE_DEBUG=1
#VERBOSE=1

FE_VERSION=v2.4.0
FE_VERSION=v2.4.1

CC=gcc
CXX=g++
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -386,7 +386,7 @@ else
TEMP_LIBS += libavresample
FE_FLAGS += -DUSE_AVRESAMPLE
endif
endif
endif

_DEP += media.hpp
_OBJ += media.o
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
attract (2.4.1-1) unstable; urgency=low

* Version 2.4.1 package.

-- Andrew Mickelson <[email protected]> Fri, 17 Aug 2016 22:33:19 -0800

attract (2.4.0-1) unstable; urgency=low

* Version 2.4 package.
Expand Down

0 comments on commit 1435473

Please sign in to comment.