repo.or.cz
/
pbc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add Apache License version 2.0.
[pbc.git]
/
announce
blob
c13b2b95a7c99aba3021717fd10cf33a66abd31e
1
#!/bin/bash
2
VER
=
`grep AC_INIT configure.ac | sed 's/.*\[\([0-9]*\.[0-9]*\.[0-9]*\)\].*/\1/'`
3
echo
PBC
$VER
Released
4
echo
'The new release is available at
5
http://crypto.stanford.edu/pbc/
6
'
7
sed
-n
'/^Changes between PBC version '
$VER
'/,/^Changes/p'
<
NEWS |
sed
'
$c
\
8
-Ben'