summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/config.h2
-rw-r--r--include/version.h2
-rw-r--r--include/version.h.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/config.h b/include/config.h
index 50a84e7..5ab2ffb 100644
--- a/include/config.h
+++ b/include/config.h
@@ -98,7 +98,7 @@
#define PACKAGE "rancid"
/* Version number of package */
-#define VERSION "2.2"
+#define VERSION "2.2.1"
/* Define if compiler has function prototypes */
#define PROTOTYPES 1
diff --git a/include/version.h b/include/version.h
index d70f183..685d3c8 100644
--- a/include/version.h
+++ b/include/version.h
@@ -4,6 +4,6 @@
/* pkg version */
char package[] = "rancid";
-char version[] = "2.2";
+char version[] = "2.2.1";
#endif
diff --git a/include/version.h.in b/include/version.h.in
index d70f183..685d3c8 100644
--- a/include/version.h.in
+++ b/include/version.h.in
@@ -4,6 +4,6 @@
/* pkg version */
char package[] = "rancid";
-char version[] = "2.2";
+char version[] = "2.2.1";
#endif