summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Pentchev <roam@ringlet.net>2018-11-27 10:29:31 +0200
committerPeter Pentchev <roam@ringlet.net>2018-11-27 10:29:31 +0200
commitdae624c8eadfd6ef22523754c4a9ea21326bddd4 (patch)
tree63ae2dfe799a7bcbbdeda09e8b77c3dc88f4e56c
parent66ba7fe9da668b3345b1307ffebbbbf4289844cc (diff)
Post-release version bump to confget-2.1.1.
-rw-r--r--CHANGES2
-rw-r--r--confget.c4
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 9f5176f..97f21b0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
Change log for confget, the configuration file variable extractor
+2.1.1 not yet ;)
+
2.1.0 2017/11/11
- allow the installation commands to be overridden, e.g. for
package builds which do not require root privileges
diff --git a/confget.c b/confget.c
index 366c3b1..3c07852 100644
--- a/confget.c
+++ b/confget.c
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2008, 2009, 2012, 2013, 2016, 2017 Peter Pentchev
+ * Copyright (c) 2008, 2009, 2012, 2013, 2016 - 2018 Peter Pentchev
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -185,7 +185,7 @@ usage(const bool error)
void
version(void)
{
- puts("confget 2.1.0");
+ puts("confget 2.1.1");
}
/***