diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rwxr-xr-x | configure | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -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 ] @@ -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' |