From a3e3f8ada2bd11ab42768573ab9d8e78bc17ca7e Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Tue, 14 Apr 2020 12:13:55 +0200 Subject: [PATCH] Changed version --- ChangeLog | 4 ++++ VERSION.cmake | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 941b334..4c57769 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Apr 14 12:12:36 CEST 2020 - anaselli@linux.it +- removed deprecated function +- 1.0.4 + ------------------------------------------------------------------- Sun Jan 28 15:59:35 CET 2018 - anaselli@linux.it - fixed cellChanged (https://bugzilla.redhat.com/show_bug.cgi?id=1524358) diff --git a/VERSION.cmake b/VERSION.cmake index 5ad5119..fd40665 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,6 +1,6 @@ SET(VERSION_MAJOR "1") SET(VERSION_MINOR "0") -SET(VERSION_PATCH "3") +SET(VERSION_PATCH "4") SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" ) ##### This is need for the libyui core, ONLY.