comparison cmake/IrccdVersion.cmake @ 824:06cc2f95f479

misc: happy new year!
author David Demelier <markand@malikania.fr>
date Tue, 08 Jan 2019 20:41:20 +0100
parents ebe561276c33
children 6baa070e083c
comparison
equal deleted inserted replaced
823:d76699e13156 824:06cc2f95f479
1 # 1 #
2 # CMakeLists.txt -- CMake build system for irccd 2 # CMakeLists.txt -- CMake build system for irccd
3 # 3 #
4 # Copyright (c) 2013-2018 David Demelier <markand@malikania.fr> 4 # Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
5 # 5 #
6 # Permission to use, copy, modify, and/or distribute this software for any 6 # Permission to use, copy, modify, and/or distribute this software for any
7 # purpose with or without fee is hereby granted, provided that the above 7 # purpose with or without fee is hereby granted, provided that the above
8 # copyright notice and this permission notice appear in all copies. 8 # copyright notice and this permission notice appear in all copies.
9 # 9 #
39 # 39 #
40 # IRCCD_RELEASE_DATE_YEAR 4 digits 40 # IRCCD_RELEASE_DATE_YEAR 4 digits
41 # IRCCD_RELEASE_DATE_MONTH 2 digits (01 = January) 41 # IRCCD_RELEASE_DATE_MONTH 2 digits (01 = January)
42 # IRCCD_RELEASE_DATE_DAY 2 digits (01 = first day of month) 42 # IRCCD_RELEASE_DATE_DAY 2 digits (01 = first day of month)
43 # 43 #
44 set(IRCCD_RELEASE_DATE_YEAR 2018) 44 set(IRCCD_RELEASE_DATE_YEAR 2019)
45 set(IRCCD_RELEASE_DATE_MONTH 09) 45 set(IRCCD_RELEASE_DATE_MONTH 09)
46 set(IRCCD_RELEASE_DATE_DAY 26) 46 set(IRCCD_RELEASE_DATE_DAY 26)
47 set(IRCCD_RELEASE_DATE "${IRCCD_RELEASE_DATE_YEAR}-${IRCCD_RELEASE_DATE_MONTH}-${IRCCD_RELEASE_DATE_DAY}") 47 set(IRCCD_RELEASE_DATE "${IRCCD_RELEASE_DATE_YEAR}-${IRCCD_RELEASE_DATE_MONTH}-${IRCCD_RELEASE_DATE_DAY}")
48 48
49 # Irccd release data (manual version). 49 # Irccd release data (manual version).
50 set(IRCCD_MAN_DATE "September 26, 2018") 50 set(IRCCD_MAN_DATE "September 26, 2019")