summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2021-09-06 22:45:08 +0200
committerAlbert Astals Cid <aacid@kde.org>2021-09-06 22:46:20 +0200
commit0ea8e08c257f58cc967f7da59e2d0eac20f1b455 (patch)
treead61aef2e584bb06c7a15efcefd9164cbb6a0e58
parenteb744dc5e30b237790e7c6f07a3fbf474bbb2b21 (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 e87995b..9badb49 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.10")
+set(VERSION "0.4.11")
set(datadir ${CMAKE_INSTALL_PREFIX}/share)
set(pkgdatadir ${datadir}/poppler)
diff --git a/Makefile b/Makefile
index ec2444d..05ff3ac 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = poppler-data
-VERSION = 0.4.10
+VERSION = 0.4.11
distdir = $(PACKAGE)-$(VERSION)
prefix = /usr/local
datadir = $(prefix)/share