summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2008-07-23 15:03:28 +0200
committerPatrick McHardy <kaber@trash.net>2008-07-23 15:03:28 +0200
commit675e30f258952292972a562b71161b6d3cd77313 (patch)
treecc38b97b438630dbd72d0a8a0411f50089244749 /configure.ac
parent78d2d14211466f1986882ba6bdf82e6429ce78dc (diff)
v1.4.2-rc1v1.4.2-rc1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 09e5d0d4..2ffe6c02 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
define([_XTABLES_VERSION_MAJOR], 1)
define([_XTABLES_VERSION_MINOR], 4)
-define([_XTABLES_VERSION_PATCH], 1)
-define([_XTABLES_VERSION_EXTRA], .1)
+define([_XTABLES_VERSION_PATCH], 2)
+define([_XTABLES_VERSION_EXTRA], -rc1)
define([_XTABLES_VERSION],_XTABLES_VERSION_MAJOR._XTABLES_VERSION_MINOR._XTABLES_VERSION_PATCH[]_XTABLES_VERSION_EXTRA)