Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
libopenraw
exempi
Commits
24659ffa
Commit
24659ffa
authored
Dec 08, 2016
by
Hubert Figuiere
Browse files
This branch is version 2.5.0
parent
88f8b092
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
24659ffa
2.5.0
- Upgrade XMPCore to Adone XMP SDK CC 2016.07
2.4.0
- Bug #89449: Upgrade XMPCore to Adobe XMP CC 2014.12.
...
...
configure.ac
View file @
24659ffa
...
...
@@ -8,7 +8,7 @@ dnl that contains a configuration script generated by Autoconf, under
dnl the same distribution terms as the rest of that program.
AC_PREREQ(2.50)
AC_INIT(exempi,2.
4
.0)
AC_INIT(exempi,2.
5
.0)
AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects])
AM_MAINTAINER_MODE
m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])
...
...
@@ -58,9 +58,10 @@ dnl 2.2.2 is the revision 5.2.4 -- no public API change
dnl 2.2.3 is the revision 5.2.5 -- no public API change
dnl 2.3.0 is the revision 6.3.0
dnl 2.4.0 is the revision 7.4.0
dnl 2.5.0 is the revision 8.5.0
AC_SUBST([EXEMPI_REVISION], [0])
AC_SUBST([EXEMPI_AGE], [
4
])
AC_SUBST([EXEMPI_CURRENT], [
7
])
AC_SUBST([EXEMPI_AGE], [
5
])
AC_SUBST([EXEMPI_CURRENT], [
8
])
AC_SUBST([EXEMPI_CURRENT_MIN],
[`expr $EXEMPI_CURRENT - $EXEMPI_AGE`])
AC_SUBST([EXEMPI_VERSION_INFO],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment