Skip to content

Commit

Permalink
Preparing for next development. Added PKG_CONFIG_CFLAGS, and bumped v…
Browse files Browse the repository at this point in the history
…ersion.
  • Loading branch information
aous72 committed Jan 6, 2024
1 parent e7cf53e commit 4800ce0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ endif()
set(PKG_CONFIG_INCLUDEDIR "\${prefix}/include")
set(PKG_CONFIG_LIBDIR "\${prefix}/lib")
set(PKG_CONFIG_LIBS "-L\${prefix}/lib -lopenjph")
SET(PKG_CONFIG_CFLAGS "-I\${includedir}")

include(GNUInstallDirs)
install(TARGETS openjph
Expand Down
4 changes: 2 additions & 2 deletions src/core/common/ojph_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
//***************************************************************************/

#define OPENJPH_VERSION_MAJOR 0
#define OPENJPH_VERSION_MINOR 10
#define OPENJPH_VERSION_PATCH 1
#define OPENJPH_VERSION_MINOR 11
#define OPENJPH_VERSION_PATCH 0

0 comments on commit 4800ce0

Please sign in to comment.