]> www.fi.muni.cz Git - evince.git/blobdiff - configure.ac
Bump api and libtool versions and rename libview and libdocument libraries
[evince.git] / configure.ac
index 8730154b2612cb0faf08335f49a4997d6c4c2acb..ca2384dd8ff0d5b843c343856211c57ca8eb1af1 100644 (file)
@@ -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.32])
+m4_define([ev_api_version], [3.0])
 
 # Libtool versioning. The backend and view libraries have separate versions.
 # Before making a release, the libtool version should be modified.
@@ -128,7 +128,7 @@ AC_ARG_WITH([gtk],
      2.0|3.0) ;;
      *) AC_MSG_ERROR([invalid gtk version specified]) ;;
    esac],
-  [with_gtk=2.0])
+  [with_gtk=3.0])
 AC_MSG_RESULT([$with_gtk])
 
 dnl Specify required versions of dependencies