Skip to content

Commit

Permalink
Update release number to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Chi committed Jan 5, 2012
1 parent 7a4670e commit 40e9084
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions INSTRUCTIONS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Relying Party Security Technology for Internet Routing
Installation and Usage Manual
Version 0.1
Version 0.2

===============================================================================

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40e9084

Please sign in to comment.