From 5153457974b4cc9f8820fd30fec2b97f360cd5e8 Mon Sep 17 00:00:00 2001 From: Justin Stephenson Date: Tue, 6 Feb 2024 15:30:46 -0500 Subject: [PATCH] Bump to version 14 --- configure.ac | 2 +- tlog.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 18eb996..82520b0 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([tlog], [13]) +AC_INIT([tlog], [14]) AM_INIT_AUTOMAKE([1.9 -Wall foreign]) AM_MAINTAINER_MODE AC_CONFIG_HEADER([config.h]) diff --git a/tlog.spec b/tlog.spec index 9d2249a..92d1be4 100644 --- a/tlog.spec +++ b/tlog.spec @@ -19,7 +19,7 @@ %{!?make_build:%global make_build %{__make} %{?_smp_mflags}} Name: tlog -Version: 13 +Version: 14 Release: 1%{?dist} Summary: Terminal I/O logger