aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorkate.ward <kate.ward@forestent.com>2009-05-10 18:03:58 +0000
committerkate.ward <kate.ward@forestent.com>2009-05-10 18:03:58 +0000
commitc12b30cebb92b49c5edb6df255c0952c65b4ddc6 (patch)
tree4250e44515013644ac1a6f3da8767f2e167eab62 /source
parentb1171912dd5add3abe7d11f1045556c7a543e48e (diff)
downloadshflags-c12b30cebb92b49c5edb6df255c0952c65b4ddc6.tar.gz
finalizing 1.0.3 release
Diffstat (limited to 'source')
-rw-r--r--source/1.0/README.html16
-rw-r--r--source/1.0/src/shflags2
2 files changed, 9 insertions, 9 deletions
diff --git a/source/1.0/README.html b/source/1.0/README.html
index 9a9fb6b..b774e9a 100644
--- a/source/1.0/README.html
+++ b/source/1.0/README.html
@@ -397,17 +397,16 @@ $ pwd
$ svn export https://shflags.googlecode.com/svn/tags/1.0.0 shflags-1.0.0
</pre>
</div>
-<div class="section" id="create-tarball">
-<h2>Create Tarball</h2>
+<div class="section" id="create-the-tarball">
+<h2>Create the tarball</h2>
<pre class="literal-block">
$ tar cfz ../releases/shflags-1.0.0.tgz shflags-1.0.0
</pre>
</div>
-<div class="section" id="md5sum-the-tarball-and-sign-with-gpg">
-<h2>md5sum the Tarball and Sign With gpg</h2>
+<div class="section" id="sign-the-tarball-with-gpg">
+<h2>Sign the tarball with gpg</h2>
<pre class="literal-block">
$ cd ../releases
-$ md5sum shflags-1.0.0.tgz &gt;shflags-1.0.0.tgz.md5
$ gpg --default-key kate.ward&#64;forestent.com --detach-sign shflags-1.0.0.tgz
</pre>
</div>
@@ -417,9 +416,10 @@ $ gpg --default-key kate.ward&#64;forestent.com --detach-sign shflags-1.0.0.tgz
info (release, date, and MD5), and the release with GPG signature needs to
uploaded.</p>
</div>
-<div class="section" id="post-to-freshmeat">
-<h2>Post to Freshmeat</h2>
+<div class="section" id="post-to-the-web">
+<h2>Post to the Web</h2>
<ul class="simple">
+<li><a class="reference external" href="http://shflags.googlecode.com/">http://shflags.googlecode.com/</a></li>
<li><a class="reference external" href="http://freshmeat.net/">http://freshmeat.net/</a></li>
</ul>
</div>
@@ -444,7 +444,7 @@ parsable into an HTML file.</p>
<!-- generate HTML using rst2html from Docutils of -->
<!-- http://docutils.sourceforge.net/ -->
<!-- -->
-<!-- vim:syntax=rst:textwidth=80 -->
+<!-- vim:fileencoding=latin1:ft=rst:spell:tw=80 -->
<!-- $Revision$ -->
</div>
</div>
diff --git a/source/1.0/src/shflags b/source/1.0/src/shflags
index 7b8a506..f69928e 100644
--- a/source/1.0/src/shflags
+++ b/source/1.0/src/shflags
@@ -78,7 +78,7 @@
# return if FLAGS already loaded
[ -n "${FLAGS_VERSION:-}" ] && return 0
-FLAGS_VERSION='1.0.3pre'
+FLAGS_VERSION='1.0.3'
# return values
FLAGS_TRUE=0