diff options
Diffstat (limited to 'packages/libcups')
-rw-r--r-- | packages/libcups/Makefile | 2 | ||||
-rw-r--r-- | packages/libcups/Makefile.fpc | 2 | ||||
-rw-r--r-- | packages/libcups/fpmake.pp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/packages/libcups/Makefile b/packages/libcups/Makefile index 30bf9b9837..7a85f1b5ec 100644 --- a/packages/libcups/Makefile +++ b/packages/libcups/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=libcups -override PACKAGE_VERSION=3.1.1 +override PACKAGE_VERSION=3.3.1 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/libcups/Makefile.fpc b/packages/libcups/Makefile.fpc index 9a189173e6..22fcf79123 100644 --- a/packages/libcups/Makefile.fpc +++ b/packages/libcups/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=libcups -version=3.1.1 +version=3.3.1 [require] packages=rtl fpmkunit diff --git a/packages/libcups/fpmake.pp b/packages/libcups/fpmake.pp index 2d11a41edb..0f06a1e4fa 100644 --- a/packages/libcups/fpmake.pp +++ b/packages/libcups/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.1.1'; + P.Version:='3.3.1'; P.Author := 'Header: Olivier GUILBAUD'; P.License := 'Header: LGPL with modi '; |