Skip to content

Commit

Permalink
Bump API and libtool versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Garcia Campos committed Aug 17, 2010
1 parent d45df05 commit e504dcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ m4_define([ev_extra_version],[])
m4_define([ev_version],[ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version])

# The evince API version
m4_define([ev_api_version], [2.30])
m4_define([ev_api_version], [2.32])

# Libtool versioning. The backend and view libraries have separate versions.
# Before making a release, the libtool version should be modified.
Expand All @@ -21,14 +21,14 @@ m4_define([ev_api_version], [2.30])
# - If the interface is the same as the previous version, change to C:R+1:A

# Libtool version of the backend library
m4_define([ev_document_lt_current],[2])
m4_define([ev_document_lt_current],[3])
m4_define([ev_document_lt_revision],[0])
m4_define([ev_document_lt_age],[0])
m4_define([ev_document_lt_version_info],[ev_document_lt_current:ev_document_lt_revision:ev_document_lt_age])
m4_define([ev_document_lt_current_minus_age],[m4_eval(ev_document_lt_current - ev_document_lt_age)])

# Libtool version of the view library
m4_define([ev_view_lt_current],[2])
m4_define([ev_view_lt_current],[3])
m4_define([ev_view_lt_revision],[0])
m4_define([ev_view_lt_age],[0])
m4_define([ev_view_lt_version_info],[ev_view_lt_current:ev_view_lt_revision:ev_view_lt_age])
Expand Down

0 comments on commit e504dcc

Please sign in to comment.