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 9202eb6..839f4fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 ]
diff --git a/configure b/configure
index b5d9995..f39846a 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-alpha2'
+package_version='3.0.0-alpha3'
package_description='OPK Build Helper Tools'
srcdir="$(cd "${0%/*}" && pwd)"