summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2020-10-21 23:54:42 +0200
committerAlbert Astals Cid <aacid@kde.org>2020-10-21 23:54:42 +0200
commita800b65669a69dd802877c1bd30dc3f5faf08c03 (patch)
tree2ef89a289d8ca81766908802481083f0c587be60
parente20d6e020c16d29d46edb9bfdd451792c29e1a53 (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 71a4c4a..cf4ba49 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@ project(poppler-data NONE)
cmake_minimum_required(VERSION 2.6)
-set(VERSION "0.4.9")
+set(VERSION "0.4.10")
set(datadir ${CMAKE_INSTALL_PREFIX}/share)
set(pkgdatadir ${datadir}/poppler)
diff --git a/Makefile b/Makefile
index 07e9381..ec2444d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = poppler-data
-VERSION = 0.4.9
+VERSION = 0.4.10
distdir = $(PACKAGE)-$(VERSION)
prefix = /usr/local
datadir = $(prefix)/share