From 40e9084bc23cdd157c14607f3ec587e7f2bf8017 Mon Sep 17 00:00:00 2001
From: Andrew Chi <achi@bbn.com>
Date: Wed, 4 Jan 2012 19:11:56 -0500
Subject: [PATCH] Update release number to 0.2

---
 INSTRUCTIONS | 10 +++++-----
 configure.ac |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/INSTRUCTIONS b/INSTRUCTIONS
index 6d57cdd2..3d6a9b35 100644
--- a/INSTRUCTIONS
+++ b/INSTRUCTIONS
@@ -1,6 +1,6 @@
 Relying Party Security Technology for Internet Routing
 Installation and Usage Manual
-Version 0.1
+Version 0.2
 
 ===============================================================================
 
@@ -226,11 +226,11 @@ using the GNU build tools on Linux/Unix.
 2.2.1 Unpack the Source Code
 
 The RPKI software will have been delivered to you as a gzip-ed tarball
-named rpstir-0.1.tar.gz.  Extract the file using:
+named rpstir-0.2.tar.gz.  Extract the file using:
 
-    tar xvzpf rpstir-0.1.tar.gz
+    tar xvzpf rpstir-0.2.tar.gz
     
-This will create a directory named rpstir-0.1 which will contain
+This will create a directory named rpstir-0.2 which will contain
 various subdirectories.
 
 2.2.2 Configure
@@ -367,7 +367,7 @@ database.
 
 Except for the query client, all RPKI processes should run as the RPKI
 user at regular intervals using cron jobs.  NOTE: While cron job
-configuration will be used for final deployment, this release (0.1)
+configuration will be used for final deployment, this release (0.2)
 does not include suggested crontab entries.  It is assumed that for
 trial purposes, manual execution gives the user/debugger maximum
 control.
diff --git a/configure.ac b/configure.ac
index 9226b186..355ad9dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT(rpstir, 0.1, achi@bbn.com)
+AC_INIT(rpstir, 0.2, achi@bbn.com)
 AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE([1.11 foreign])
 AM_SILENT_RULES