about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <bofh@yhbt.net>2020-02-01 21:36:06 +0000
committerEric Wong <bofh@yhbt.net>2020-02-01 21:36:06 +0000
commit96979b1664a4887bd65a0ee314f9ab122ce51af7 (patch)
treee9b05a568871012b7ae525010586a93f8a72321e
parentdb821e612a7810b78ae0f617371bc49805ecfd76 (diff)
downloadsleepy_penguin-master.tar.gz
Documentation updates to switch bogomips.org to yhbt.net since
the .org TLD won't be affordable in the near future.  There's
also a few warning fixes and such.
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--sleepy_penguin.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 1f14069..c816ab0 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v3.5.1
+DEF_VER=v3.5.2
 GVH=ext/sleepy_penguin/git_version.h
 
 LF='
diff --git a/sleepy_penguin.gemspec b/sleepy_penguin.gemspec
index 38ec8e9..598baef 100644
--- a/sleepy_penguin.gemspec
+++ b/sleepy_penguin.gemspec
@@ -3,7 +3,7 @@ manifest = File.exist?('.manifest') ?
 
 Gem::Specification.new do |s|
   s.name = %q{sleepy_penguin}
-  s.version = (ENV['VERSION'] || '3.5.1').dup
+  s.version = (ENV['VERSION'] || '3.5.2').dup
   s.homepage = 'https://yhbt.net/sleepy_penguin/'
   s.authors = ['sleepy_penguin hackers']
   s.description = File.read('README').split("\n\n")[1]