branch: master commit bef56eb090f193e18aac04976c6c82ac084be157 Author: Thien-Thi Nguyen <t...@gnu.org> Commit: Thien-Thi Nguyen <t...@gnu.org>
[admin] Release: org-synch.sh 1.2. * admin/org-synch.sh (version): Bump to "1.2". --- admin/org-synch.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/org-synch.sh b/admin/org-synch.sh index 130c2c8..6ca8880 100755 --- a/admin/org-synch.sh +++ b/admin/org-synch.sh @@ -20,7 +20,8 @@ # 0.x -- release from the previous VCS # 1.0 -- initial release from this VCS (Git) # 1.1 -- support ‘--help’, ‘--version’ -version='1.1' +# 1.2 -- no longer require curl; performance tweak +version='1.2' # If $0 is a symlink, `dirname $0`/hv.sh might not be available, # and even if it IS available, how can we be sure it's bonafide? test -L $0 || { hv=`dirname $0`/hv.sh ; test -r $hv && . $hv ; }