version update to 1.4

Signed-off-by: Clark Williams <williams@redhat.com>
diff --git a/Makefile b/Makefile
index 4761537..0f84d5a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 NAME	:=	stalld
-VERSION	:=	1.3
+VERSION	:=	1.4
 
 INSTALL	=	install
 CC	:=	gcc
diff --git a/redhat/stalld.spec b/redhat/stalld.spec
index 4f0c63a..1bd5f34 100644
--- a/redhat/stalld.spec
+++ b/redhat/stalld.spec
@@ -1,5 +1,5 @@
 Name:		stalld
-Version:	1.3
+Version:	1.4
 Release:	1%{?dist}
 Summary:	Daemon that finds starving tasks and gives them a temporary boost
 
@@ -50,6 +50,10 @@
 %systemd_postun_with_restart %{name}.service
 
 %changelog
+* Fri Dec 11 2020 Clark Williams <williams@redhat.com> - 1.4-1
+- stalld: Set rt_runtime to -1 before trying the SCHED_DEADLINE
+- Fix incorrect recursion of specfile version field
+
 * Fri Nov 20 2020 Clark Williams <williams@redhat.com> - 1.3-1
 - Readme: Add information about repositories
 - Add version management and version option