Skip to content

Commit a6236c1

Browse files
author
LinuxDonald
committed
Fifechan Release 0.1.5
1 parent 978b0d7 commit a6236c1

File tree

217 files changed

+235
-230
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

217 files changed

+235
-230
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PROJECT(fifechan)
1212

1313
SET(MAJOR_VERSION 0)
1414
SET(MINOR_VERSION 1)
15-
SET(PATCH_VERSION 4)
15+
SET(PATCH_VERSION 5)
1616
SET(FIFECHAN_VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
1717

1818
SET(LIB_SUFFIX "" CACHE STRING "Suffix to append to the system lib folder")

include/fifechan.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/***************************************************************************
2-
* Copyright (C) 2017 by the fifechan team *
2+
* Copyright (C) 2017-2019 by the fifechan team *
33
* https://github.com/fifengine/fifechan *
44
* This file is part of fifechan. *
55
* *

include/fifechan/actionevent.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/***************************************************************************
2-
* Copyright (c) 2017 by the fifechan team *
2+
* Copyright (c) 2017-2019 by the fifechan team *
33
* https://github.com/fifengine/fifechan *
44
* This file is part of fifechan. *
55
* *

include/fifechan/actionlistener.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/***************************************************************************
2-
* Copyright (c) 2017 by the fifechan team *
2+
* Copyright (c) 2017-2019 by the fifechan team *
33
* https://github.com/fifengine/fifechan *
44
* This file is part of fifechan. *
55
* *

include/fifechan/allegro.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/***************************************************************************
2-
* Copyright (c) 2017 by the fifechan team *
2+
* Copyright (c) 2017-2019 by the fifechan team *
33
* https://github.com/fifengine/fifechan *
44
* This file is part of fifechan. *
55
* *

include/fifechan/allegro/allegrofont.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/***************************************************************************
2-
* Copyright (c) 2017 by the fifechan team *
2+
* Copyright (c) 2017-2019 by the fifechan team *
33
* https://github.com/fifengine/fifechan *
44
* This file is part of fifechan. *
55
* *

include/fifechan/allegro/allegrographics.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/***************************************************************************
2-
* Copyright (c) 2017 by the fifechan team *
2+
* Copyright (c) 2017-2019 by the fifechan team *
33
* https://github.com/fifengine/fifechan *
44
* This file is part of fifechan. *
55
* *

include/fifechan/allegro/allegroimage.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/***************************************************************************
2-
* Copyright (c) 2017 by the fifechan team *
2+
* Copyright (c) 2017-2019 by the fifechan team *
33
* https://github.com/fifengine/fifechan *
44
* This file is part of fifechan. *
55
* *

include/fifechan/allegro/allegroimageloader.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/***************************************************************************
2-
* Copyright (c) 2017 by the fifechan team *
2+
* Copyright (c) 2017-2019 by the fifechan team *
33
* https://github.com/fifengine/fifechan *
44
* This file is part of fifechan. *
55
* *

0 commit comments

Comments
 (0)