summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2023-02-01 20:02:09 +0100
committerAlbert Astals Cid <aacid@kde.org>2023-02-01 20:02:09 +0100
commitaf9f452b427d5ce8abe81ff98cc40c5f39fad90b (patch)
tree4ea179e322e7e71680fa89a59789e7e92d1b87c2
parente09298246ddc9534ac7d66dac49eefa930b2115f (diff)
-rw-r--r--CMakeLists.txt2
-rw-r--r--Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9badb49..e1d64b1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10.0 FATAL_ERROR)
project(poppler-data NONE)
-set(VERSION "0.4.11")
+set(VERSION "0.4.12")
set(datadir ${CMAKE_INSTALL_PREFIX}/share)
set(pkgdatadir ${datadir}/poppler)
diff --git a/Makefile b/Makefile
index 05ff3ac..a8a0b6c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = poppler-data
-VERSION = 0.4.11
+VERSION = 0.4.12
distdir = $(PACKAGE)-$(VERSION)
prefix = /usr/local
datadir = $(prefix)/share