summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rwxr-xr-xconfigure2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6fd1638..76e5c8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+3.0.0-beta4 (2014-01-22)
+
+ [ P. J. McDermott ]
+ * Remove _oh_local() and _oh_return() kludges and use the built-in local
+ utility instead.
+ * Add amd64-linux-glibc and i686-linux-glibc architecture data to the
+ architecture table.
+
3.0.0-beta3 (2013-06-01)
[ P. J. McDermott ]
diff --git a/configure b/configure
index e722a63..2acd045 100755
--- a/configure
+++ b/configure
@@ -20,7 +20,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
package_name='opkhelper'
-package_version='3.0.0-beta3'
+package_version='3.0.0-beta4'
package_description='OPK Build Helper Tools'
package_library='libopkhelper.3.0'