Browse Source

Bump the master patch number by 1, to version 1.85.1

* To avoid confusion with the latest release
pull/758/head
danblooomberg 9 months ago
parent
commit
96a3d7451e
  1. 2
      CMakeLists.txt
  2. 2
      Doxyfile
  3. 2
      configure.ac
  4. 2
      src/allheaders.h
  5. 2
      src/allheaders_top.txt
  6. 2
      src/makefile.static
  7. 2
      sw.cpp

2
CMakeLists.txt

@ -42,7 +42,7 @@ set_property(GLOBAL PROPERTY PREDEFINED_TARGETS_FOLDER "CMake Targets")
project(
leptonica
LANGUAGES C
VERSION 1.85.0)
VERSION 1.85.1)
set(CMAKE_C_STANDARD 11)
set(CMAKE_C_STANDARD_REQUIRED ON)

2
Doxyfile

@ -38,7 +38,7 @@ PROJECT_NAME = Leptonica
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 1.85.0
PROJECT_NUMBER = 1.85.1
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a

2
configure.ac

@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([leptonica], [1.85.0])
AC_INIT([leptonica], [1.85.1])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_HEADERS([config_auto.h:config/config.h.in])
AC_CONFIG_SRCDIR([src/adaptmap.c])

2
src/allheaders.h

@ -30,7 +30,7 @@
#define LIBLEPT_MAJOR_VERSION 1
#define LIBLEPT_MINOR_VERSION 85
#define LIBLEPT_PATCH_VERSION 0
#define LIBLEPT_PATCH_VERSION 1
#include "alltypes.h"

2
src/allheaders_top.txt

@ -30,7 +30,7 @@
#define LIBLEPT_MAJOR_VERSION 1
#define LIBLEPT_MINOR_VERSION 85
#define LIBLEPT_PATCH_VERSION 0
#define LIBLEPT_PATCH_VERSION 1
#include "alltypes.h"

2
src/makefile.static

@ -156,7 +156,7 @@ LIBRARIAN_SHARED = gcc -shared
# <libname>.X, and <libname>, where Y is the minor revision number.
MAJOR_REV = 1
MINOR_REV = 85
PATCH_REV = 0
PATCH_REV = 1
#########################################################

2
sw.cpp

@ -19,7 +19,7 @@ void build(Solution &s)
t += "org.sw.demo.webmproject.webp"_dep;
};
auto &leptonica = s.addTarget<LibraryTarget>("danbloomberg.leptonica", "1.85.0");
auto &leptonica = s.addTarget<LibraryTarget>("danbloomberg.leptonica", "1.85.1");
leptonica += Git("https://github.com/DanBloomberg/leptonica");
{

Loading…
Cancel
Save