summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-02-03 10:56:08 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-02-03 10:56:08 +0200
commit37221b0511b6a937d4612f5cebf17eb2bfadec32 (patch)
treedab54eef9d247b2122ad8976deb108c305ecdc97 /CMakeLists.txt
parent8602631f1b56df8541fc918453aaffb9a9b47eab (diff)
Updated copyright year
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 161fbd41..100794d8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,7 +22,7 @@ project (Lagrange
22 DESCRIPTION "A Beautiful Gemini Client" 22 DESCRIPTION "A Beautiful Gemini Client"
23 LANGUAGES C 23 LANGUAGES C
24) 24)
25set (COPYRIGHT_YEAR 2020) 25set (COPYRIGHT_YEAR 2021)
26 26
27# Build configuration. 27# Build configuration.
28option (ENABLE_MPG123 "Use mpg123 for decoding MPEG audio" ON) 28option (ENABLE_MPG123 "Use mpg123 for decoding MPEG audio" ON)