Skip to content

Commit

Permalink
update README and configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-k committed Jun 5, 2012
1 parent c25436a commit a661e89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
16 changes: 3 additions & 13 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ libmatewnck
libmatewnck is Window Navigator Construction Kit, i.e. a library to use
for writing pagers and taskslists and stuff.

libmatewnck is not supported in the devel platform, which means OS vendors
won't guarantee the API/ABI long-term, but authors of open source apps
should feel free to use libmatewnck as users can always recompile against
a new version. The API/ABI has historically changed very little: we are
not changing it gratuitously or without soname increments.

Documentation for the API is available with gtk-doc. The code
implementing the tasklist or pager widgets (tasklist.c and pager.c) can
also be used as sample code.
Expand All @@ -18,21 +12,17 @@ You may download updates to the package from:

http://pub.mate-desktop.org/

Source is hosted here:

Installation
============

See the file 'INSTALL'. If you are not using a released version of
libmatewnck (for example, if you checked out the code from git), you first
need to run './autogen.sh'.
https://github.com/mate-desktop/libmatewnck


How to report bugs
==================

Bugs should be reported to the MATE bug tracking system on GitHub:

https://github.com/mate-desktop/libmatewnck/ (product libmatewnck)
https://github.com/mate-desktop/libmatewnck/issues/

You will need to create an account for yourself.

Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ MATE_MAINTAINER_MODE_DEFINES
dnl libtool versioning for libmatewnck

dnl increment if the interface has additions, changes, removals.
LIBMATEWNCK_CURRENT=26
LIBMATEWNCK_CURRENT=0

dnl increment any time the source changes; set to
dnl 0 if you increment CURRENT
Expand All @@ -31,7 +31,7 @@ LIBMATEWNCK_REVISION=0
dnl increment if any interfaces have been added; set to 0
dnl if any interfaces have been changed or removed. removal has
dnl precedence over adding, so set to 0 if both happened.
LIBMATEWNCK_AGE=4
LIBMATEWNCK_AGE=0

AC_SUBST(LIBMATEWNCK_CURRENT)
AC_SUBST(LIBMATEWNCK_REVISION)
Expand Down

0 comments on commit a661e89

Please sign in to comment.