summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2018-04-24 19:57:47 +0200
committerAlbert Astals Cid <aacid@kde.org>2018-04-24 19:57:47 +0200
commitb75ea59116fba7bb421d67d524c11b034425028d (patch)
tree010fb59191af06df15c4ffb10b46be551b2194bb
parent5e6982a5a2bf07110a28679981c99e4cf8da2311 (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 99498c7..b95dce5 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.8")
+set(VERSION "0.4.9")
set(datadir ${CMAKE_INSTALL_PREFIX}/share)
set(pkgdatadir ${datadir}/poppler)
diff --git a/Makefile b/Makefile
index 61cd5c1..a4cbf2f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = poppler-data
-VERSION = 0.4.8
+VERSION = 0.4.9
distdir = $(PACKAGE)-$(VERSION)
prefix = /usr/local
datadir = $(prefix)/share