summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTar Committer <tar@ocjtech.us>2002-08-09 21:59:06 +0000
committerTar Committer <tar@ocjtech.us>2002-08-09 21:59:06 +0000
commitff168ecfe045c690c24d5bbc5a3062bf9d64120c (patch)
treea480f841453c9e22b6fd9ad4a54d1c9d5dbfabf6 /include
parentafcac75e572bcdd3cf269b921b7e8324aa5ffd4c (diff)
downloadrancid-ff168ecfe045c690c24d5bbc5a3062bf9d64120c.tar.gz
rancid-ff168ecfe045c690c24d5bbc5a3062bf9d64120c.tar.xz
rancid-ff168ecfe045c690c24d5bbc5a3062bf9d64120c.zip
Imported from rancid-2.2.2.tar.gz.rancid-2.2.2
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 5ab2ffb..0e9e4d3 100644
--- a/include/config.h
+++ b/include/config.h
@@ -98,7 +98,7 @@
#define PACKAGE "rancid"
/* Version number of package */
-#define VERSION "2.2.1"
+#define VERSION "2.2.2"
/* Define if compiler has function prototypes */
#define PROTOTYPES 1
diff --git a/include/version.h b/include/version.h
index 685d3c8..c1348ad 100644
--- a/include/version.h
+++ b/include/version.h
@@ -4,6 +4,6 @@
/* pkg version */
char package[] = "rancid";
-char version[] = "2.2.1";
+char version[] = "2.2.2";
#endif
diff --git a/include/version.h.in b/include/version.h.in
index 685d3c8..c1348ad 100644
--- a/include/version.h.in
+++ b/include/version.h.in
@@ -4,6 +4,6 @@
/* pkg version */
char package[] = "rancid";
-char version[] = "2.2.1";
+char version[] = "2.2.2";
#endif