about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <mwrap-public@80x24.org>2022-09-03 09:54:40 +0000
committerEric Wong <mwrap-public@80x24.org>2022-09-03 09:54:40 +0000
commite6f1dbf1c169b8bd7f2fd3e24d1618eb0ddb2666 (patch)
treef6de076eebffaf87a4281372ce5f13a70d280002
parentd505b403d5d8810bc104425d9296b358f49bddb5 (diff)
downloadmwrap-e6f1dbf1c169b8bd7f2fd3e24d1618eb0ddb2666.tar.gz
This release now supports --enable-shared builds of Ruby which
is the common setting for GNU/Linux distros.  FreeBSD 12.3
support remains broken, but the code is somewhat revised so it
can be more easily fixed and maintained in the future.

`mwrap --help' and and `mwrap --version' are now supported,
and an RDoc error which only happens during `gem install'
is fixed.

* support --enabled-shared builds of Ruby
* extconf.rb: avoid RDoc errors during gem install
* add --version and --help args
* cleanup some FreeBSD-related workarounds
-rwxr-xr-xVERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION-GEN b/VERSION-GEN
index 161a04f..ae66e94 100755
--- a/VERSION-GEN
+++ b/VERSION-GEN
@@ -1,6 +1,6 @@
 #!/bin/sh
 VF=lib/mwrap/version.rb
-DEF_VER=v2.2.0
+DEF_VER=v2.3.0
 VN=$(git describe HEAD 2>/dev/null)
 if test $? -eq 0
 then