diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-02 17:55:32 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-02 17:55:32 (EST) |
commit | 7347cda3b06125a4c582f1c7d78133fcee3633c2 (patch) | |
tree | 3f10e22bf1d3ed1f28a6023f41d516f606a6b4d3 /configure.ac | |
parent | 911205c9e17afe470747e616a68ea7938e42b540 (diff) |
configure.ac: Set package version to "3.0.0".
Finally, this will be released soon!
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2d945d6..c813259 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([OPK Build Helper Tools], [3.0.0-beta4], +AC_INIT([OPK Build Helper Tools], [3.0.0], [mailto:proteanos-dev@lists.proteanos.com], [opkhelper], [http://www.proteanos.com/dev/opkhelper/]) AC_CONFIG_AUX_DIR([build-aux]) |