diff options
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +opkhelper version 3.1.0 +----------------------- + +Released: ????-??-?? + +Changes in this release: + + * A new oh-shlibdeps utility has been added. + opkhelper version 3.0.0 ----------------------- diff --git a/configure.ac b/configure.ac index 62f3e2c..f1d0966 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -AC_INIT([opkhelper], [3.0.0], +AC_INIT([opkhelper], [3.1.0], [mailto:proteanos-dev@lists.proteanos.com], [opkhelper], [http://www.proteanos.com/dev/opkhelper/]) AC_CONFIG_AUX_DIR([build-aux]) |