summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2012-04-17 11:12:49 +0200
committerStef Walter <stef@thewalter.net>2012-04-17 11:12:49 +0200
commit2cd970c7719e9e9e4af685d3f8b6e6b4bdcc8929 (patch)
treedd92a26a1d29007f186a9a71bed657009cd7ab63
parentc724920b9970582f400dbd09cd0aae6c1123d277 (diff)
Release version 0.4
-rw-r--r--AUTHORS2
-rw-r--r--common/compat.c5
-rw-r--r--common/compat.h5
-rw-r--r--common/config-parser.c4
-rw-r--r--common/config-parser.h4
-rw-r--r--common/usuals.h5
-rw-r--r--configure.in4
7 files changed, 13 insertions, 16 deletions
diff --git a/AUTHORS b/AUTHORS
index e967018..47b5570 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1 @@
-Nate Nielsen <nielsen@memberwebs.com>
+Stef Walter <stef@thewalter.net>
diff --git a/common/compat.c b/common/compat.c
index 50a2be7..490ccc7 100644
--- a/common/compat.c
+++ b/common/compat.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stef Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,8 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
- *
+ * Stef Walter <stef@thewalter.net>
*/
#include <sys/types.h>
diff --git a/common/compat.h b/common/compat.h
index 8aaef66..9e37c4e 100644
--- a/common/compat.h
+++ b/common/compat.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004 Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,8 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
- *
+ * Stef Walter <stef@thewalter.net>
*/
#ifndef __COMPAT_H__
diff --git a/common/config-parser.c b/common/config-parser.c
index c096104..a7bdddb 100644
--- a/common/config-parser.c
+++ b/common/config-parser.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005, Nate Nielsen
+ * Copyright (c) 2005 Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@thewalter.net>
*/
#include "usuals.h"
diff --git a/common/config-parser.h b/common/config-parser.h
index 11949a2..46136ff 100644
--- a/common/config-parser.h
+++ b/common/config-parser.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005, Nate Nielsen
+ * Copyright (c) 2005 Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@thewalter.net>
*/
#ifndef __CONFIG_PARSER_H__
diff --git a/common/usuals.h b/common/usuals.h
index 5fece3f..13ee31a 100644
--- a/common/usuals.h
+++ b/common/usuals.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005, Nate Nielsen
+ * Copyright (c) 2005 Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,8 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
- *
+ * Stef Walter <stef@thewalter.net>
*/
#ifndef __USUALS_H__
diff --git a/configure.in b/configure.in
index be5c368..3facecc 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(rrdui, 0.3, nielsen@memberwebs.com)
-AM_INIT_AUTOMAKE(rrdui, 0.3)
+AC_INIT(rrdui, 0.4, stef@thewalter.net)
+AM_INIT_AUTOMAKE(rrdui, 0.4)
LDFLAGS="$LDFLAGS -L/usr/local/lib"
CFLAGS="$CFLAGS -I/usr/local/include"