kopia lustrzana https://gitlab.com/sane-project/backends
2001-04-16 Henning Meier-Geinitz <hmg@gmx.de>
* README: Updated xsane link. * configure configure.in backend/dll.c backend/dll.desc backend/net.c backend/net.desc include/sane/config.h.in Yet another change in the version system for dll and net. For sane_init return the version of the package but use own internal version number in the source (printed with debugging enabled) and in *.desc. The internal versions of both net and dll are set to 1.0.1. Please increase the build number with every change on the source files. * doc/realeases.txt -> doc/releases.txt. Fixed spelling error. Added entries about sane-backends.html, sane.ps, man pages, platforms page.DEVEL_2_0_BRANCH-1
rodzic
2480c257f6
commit
7f1cd21dcc
Plik diff jest za duży
Load Diff
|
@ -15,6 +15,9 @@ PACKAGE_VERSION="$PACKAGE-$VERSION"
|
|||
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
|
||||
AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
|
||||
AC_DEFINE_UNQUOTED(PACKAGE_VERSION, "$PACKAGE_VERSION")
|
||||
AC_DEFINE_UNQUOTED(SANE_DLL_V_MAJOR, $V_MAJOR)
|
||||
AC_DEFINE_UNQUOTED(SANE_DLL_V_MINOR, $V_MINOR)
|
||||
AC_DEFINE_UNQUOTED(SANE_DLL_V_BUILD, $V_REV)
|
||||
AC_SUBST(PACKAGE)
|
||||
AC_SUBST(VERSION)
|
||||
AC_SUBST(PACKAGE_VERSION)
|
||||
|
|
Ładowanie…
Reference in New Issue