Edited README and package description, reset version to 1.0.0

This commit is contained in:
Clement Lefebvre
2016-01-26 03:26:33 +00:00
parent 950147ad55
commit d21fcb2595
4 changed files with 14 additions and 193 deletions

View File

@@ -3,13 +3,13 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.63.2)
m4_define(xedit_major_version, 1)
m4_define(xedit_minor_version, 13)
m4_define(xedit_minor_version, 0)
m4_define(xedit_micro_version, 0)
m4_define(xedit_version, xedit_major_version.xedit_minor_version.xedit_micro_version)
AC_INIT([xedit], [xedit_version],
[https://github.com/mate-desktop/xedit/issues],
[xedit], [http://mate-desktop.org])
[https://github.com/linuxmint/xedit/issues],
[xedit], [http://github.com/linuxmint/xedit])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_SRCDIR(xedit/xedit.c)