summaryrefslogtreecommitdiff
path: root/gammu
diff options
context:
space:
mode:
authorMichal Čihař <nijel@debian.org>2018-01-05 11:20:03 +0100
committerMichal Čihař <nijel@debian.org>2018-01-05 11:20:03 +0100
commit31a41707e58440610a07d6a4997c7538f065bfe9 (patch)
treeaf3054ab4144da6b6ce2a2c6b473748f3cc783c3 /gammu
parentaad5c0f31b8583d1de28434597fb81a2079434a0 (diff)
New upstream version 1.39.0
Diffstat (limited to 'gammu')
-rw-r--r--gammu/CMakeLists.txt2
-rw-r--r--gammu/CMakeTests.txt2
-rw-r--r--gammu/gammu.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/gammu/CMakeLists.txt b/gammu/CMakeLists.txt
index 35ca9b6..536e526 100644
--- a/gammu/CMakeLists.txt
+++ b/gammu/CMakeLists.txt
@@ -1,5 +1,5 @@
# cmake <http://www.cmake.org> build file for Gammu
-# Copyright (c) 2007 - 2017 Michal Cihar
+# Copyright (c) 2007 - 2018 Michal Cihar
# vim: expandtab sw=4 ts=4 sts=4:
project (gammu-binary C)
diff --git a/gammu/CMakeTests.txt b/gammu/CMakeTests.txt
index 6322973..68dc289 100644
--- a/gammu/CMakeTests.txt
+++ b/gammu/CMakeTests.txt
@@ -1,5 +1,5 @@
# cmake <http://www.cmake.org> test file for Gammu
-# Copyright (c) 2007 - 2017 Michal Cihar
+# Copyright (c) 2007 - 2018 Michal Cihar
# vim: expandtab sw=4 ts=4 sts=4 ft=cmake:
include(SetupDummyPhone)
diff --git a/gammu/gammu.c b/gammu/gammu.c
index d1a42df..7e6913e 100644
--- a/gammu/gammu.c
+++ b/gammu/gammu.c
@@ -329,7 +329,7 @@ static void Version(int argc UNUSED, char *argv[]UNUSED)
{
PrintVersion();
- printf("%s\n", _("Copyright (C) 2003 - 2017 Michal Cihar <michal@cihar.com> and other authors."));
+ printf("%s\n", _("Copyright (C) 2003 - 2018 Michal Cihar <michal@cihar.com> and other authors."));
printf("\n");