summaryrefslogtreecommitdiff
path: root/libgphoto2_port/configure.ac
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2022-05-15 18:36:46 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2022-05-19 17:11:17 +0200
commit77f3b22e937c212fb330a18b3f1924b3a7539122 (patch)
treeec9fa26e96f8f26535d086c2db30f34b2fa4cccb /libgphoto2_port/configure.ac
parent00b09b0d45f503e4cb4e02bc25e239c109bd7865 (diff)
downloadlibgphoto2-77f3b22e937c212fb330a18b3f1924b3a7539122.tar.gz
Complete what adding gp_init_localedir() started
Complete what adding the gp_init_localedir() function implied: * only set success flag in the success case * consistent use of "initialize" spelling * add analogous gp_port_init_localedir() function * implement and document edge cases * update NEWS
Diffstat (limited to 'libgphoto2_port/configure.ac')
-rw-r--r--libgphoto2_port/configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/libgphoto2_port/configure.ac b/libgphoto2_port/configure.ac
index cbf2e6f7f..848dcff6f 100644
--- a/libgphoto2_port/configure.ac
+++ b/libgphoto2_port/configure.ac
@@ -58,9 +58,10 @@ dnl A:R:C=7:0:7 libgphoto2_port-0.7.0 libgphoto2-2.3
dnl A:R:C=7:1:7 libgphoto2_port-0.7.1 libgphoto2-2.3.x
dnl A:R:C=8:0:8 libgphoto2_port-0.8.0 libgphoto2-2.4.x
dnl A:R:C=9:1:9 libgphoto2_port-0.10.0 libgphoto2-2.5.x
-AC_SUBST([LIBGPHOTO2_PORT_AGE], [0])
+dnl A:R:C=1:0:13 libgphoto2-2.5.XXX (added gp_port_init_localedir ... )
+AC_SUBST([LIBGPHOTO2_PORT_AGE], [1])
AC_SUBST([LIBGPHOTO2_PORT_REVISION], [0])
-AC_SUBST([LIBGPHOTO2_PORT_CURRENT], [12])
+AC_SUBST([LIBGPHOTO2_PORT_CURRENT], [13])
AC_SUBST([LIBGPHOTO2_PORT_CURRENT_MIN],
[`expr $LIBGPHOTO2_PORT_CURRENT - $LIBGPHOTO2_PORT_AGE`])
AC_SUBST([LIBGPHOTO2_PORT_VERSION_INFO],