From: xchaos Date: Fri, 5 Sep 2008 15:39:17 +0000 (+0000) Subject: 0.8.0 stable branche, 0.8.1 development trunk X-Git-Url: http://git.harvie.cz/?p=svn%2FPrometheus-QoS%2F.git;a=commitdiff_plain;h=b17a255ff81c823eb399f66001df8d4a8f9f23d3 0.8.0 stable branche, 0.8.1 development trunk git-svn-id: https://dev.arachne.cz/repos/prometheus/trunk@94 251d49ef-1d17-4917-a970-b30cf55b089b --- diff --git a/Makefile b/Makefile index 767f430..0c98b17 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE=prometheus -VERSION=0.7.8 +VERSION=0.8.1 CFLAGS=-std=c99 -Wall prefix=/usr mandir=$(prefix)/share/man diff --git a/prometheus.c b/prometheus.c index d93f0d2..ce8e804 100644 --- a/prometheus.c +++ b/prometheus.c @@ -33,7 +33,7 @@ #include "cll1-0.6.h" -const char *version = "0.7.9-d"; +const char *version = "0.8.1-a"; /* Version numbers: 0.7.9 is development releases ("beta"), 0.8.0 will be "stable" */ /* Debian(RPM) package versions/patchlevels: 0.7.9-2, 0.8.0-1, 0.8.0-2, etc. */