From ce6e061bc5ce7fbe7cd760b85871f74d3ac40e96 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 30 Dec 2010 14:48:39 +0100 Subject: [PATCH] Released as version 1.13 --- ChangeLog | 6 ++++++ Makefile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index eb48dba..819dc15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-12-30 Martin Mares + + * Released as version 1.13. + + * Fixed a trivial bug in parsing of /proc/loadavg. + 2010-08-20 Martin Mares * Released as version 1.12. diff --git a/Makefile b/Makefile index a2497a6..b2b2784 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CFLAGS=-O2 -Wall -Wno-parentheses LDFLAGS= ROOT=/ -VERSION=1.12 +VERSION=1.13 ARCHIVE=ywho-$(VERSION).tar.gz all: ywho -- 2.39.2