diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rwxr-xr-x | configure | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +3.0.0-alpha3 (2012-10-23) + + [ P. J. McDermott ] + * Fix quotes in the "install" target of man/Makefile.in. Thanks David + Stanford for catching this. + * Warn if some files aren't installed into binary packages. + 3.0.0-alpha2 (2012-10-22) [ 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-alpha2' +package_version='3.0.0-alpha3' package_description='OPK Build Helper Tools' srcdir="$(cd "${0%/*}" && pwd)" |