After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 568224 - library should have version macros
library should have version macros
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-18 21:57 UTC by Christian Persch
Modified: 2009-01-21 16:59 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
[PATCH] Add ev-version.h header featuring version defines and version check macro. Bug #568224. (3.10 KB, patch)
2009-01-18 22:06 UTC, Christian Persch
accepted-commit_now Details | Review

Description Christian Persch 2009-01-18 21:57:06 UTC
the evince library should have version check macros, a la GTK_CHECK_VERSION etc.
Comment 1 Christian Persch 2009-01-18 22:06:39 UTC
Created attachment 126723 [details] [review]
[PATCH] Add ev-version.h header featuring version defines and version check macro. Bug #568224.

 configure.ac                |   13 ++++++++++++-
 libdocument/Makefile.am     |    3 ++-
 libdocument/ev-version.h.in |   31 +++++++++++++++++++++++++++++++
 3 files changed, 45 insertions(+), 2 deletions(-)
Comment 2 Carlos Garcia Campos 2009-01-19 09:10:54 UTC
Great!, please commit. 
Comment 3 Christian Persch 2009-01-21 16:59:49 UTC
Committed.