mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-15 19:48:00 +01:00
Move version to 2020-April
This commit is contained in:
parent
2705a9ffa2
commit
7c0df3fbb5
2 changed files with 3 additions and 3 deletions
|
@ -12,8 +12,8 @@ set(CMAKE_CXX_STANDARD 11)
|
|||
|
||||
set(LIB_NAME arabica)
|
||||
|
||||
set(ARABICA_MAJOR_VERSION 2016)
|
||||
set(ARABICA_MINOR_VERSION January)
|
||||
set(ARABICA_MAJOR_VERSION 2020)
|
||||
set(ARABICA_MINOR_VERSION April)
|
||||
|
||||
#
|
||||
# Packaging details
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
AC_INIT([Arabica],[2016-January],[jez@jezuk.co.uk])
|
||||
AC_INIT([Arabica],[2020-April],[jez@jezuk.co.uk])
|
||||
|
||||
AM_INIT_AUTOMAKE([1.9 tar-ustar dist-bzip2 dist-zip subdir-objects])
|
||||
|
||||
|
|
Loading…
Reference in a new issue