summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rwxr-xr-xconfigure2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 030b6da..6fd1638 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+3.0.0-beta3 (2013-06-01)
+
+ [ P. J. McDermott ]
+ * Enable the kbuild build system plugin.
+ * Fix host architecture detection in the kbuild plugin.
+ * Add a unit testing framework and some tests against oh-installfiles.
+
3.0.0-beta2 (2013-05-10)
[ P. J. McDermott ]
diff --git a/configure b/configure
index 8290e9e..e722a63 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-beta2'
+package_version='3.0.0-beta3'
package_description='OPK Build Helper Tools'
package_library='libopkhelper.3.0'