From df6f00ebfae172fc7ba374c77ea0790509511dfc Mon Sep 17 00:00:00 2001 From: ewt Date: Sun, 22 Mar 1998 19:48:53 +0000 Subject: [PATCH] version 0.22 --- Makefile | 4 ++-- newt.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8ce0ab2..222dce5 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,9 @@ ifeq ($(RPM_OPT_FLAGS),) CFLAGS += -g # -O2 -I/usr/include/slang endif -VERSION = 0.21 +VERSION = 0.22 CVSTAG = r$(subst .,-,$(VERSION)) -SONAME = 0.20 +SONAME = 0.22 PROGS = test whiptail whiptcl.so testgrid TESTOBJS = test.o diff --git a/newt.spec b/newt.spec index 079a472..1e2b003 100644 --- a/newt.spec +++ b/newt.spec @@ -1,6 +1,6 @@ Summary: Not Erik's Windowing Toolkit - text mode windowing with slang Name: newt -%define version 0.21 +%define version 0.22 Version: %{version} Release: 1 Copyright: LGPL -- 2.47.2