From 89592527992f9ce132524a5b2ae2c80cb3c4c587 Mon Sep 17 00:00:00 2001 From: marco Date: Sat, 18 Aug 2018 15:47:44 +0000 Subject: * trunk to 3.3.1 git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@39635 3ad0048d-3df7-0310-abae-a5850022a9f2 --- packages/palmunits/Makefile | 2 +- packages/palmunits/Makefile.fpc | 2 +- packages/palmunits/Makefile.fpc.fpcmake | 2 +- packages/palmunits/fpmake.pp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'packages/palmunits') diff --git a/packages/palmunits/Makefile b/packages/palmunits/Makefile index 67d444f09a..f1682c1637 100644 --- a/packages/palmunits/Makefile +++ b/packages/palmunits/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=palmunits -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/palmunits/Makefile.fpc b/packages/palmunits/Makefile.fpc index f1c3167fb7..a10016ea46 100644 --- a/packages/palmunits/Makefile.fpc +++ b/packages/palmunits/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=palmunits -version=3.1.1 +version=3.3.1 [require] packages=rtl fpmkunit diff --git a/packages/palmunits/Makefile.fpc.fpcmake b/packages/palmunits/Makefile.fpc.fpcmake index daa8b6cfb7..b75b5e9298 100644 --- a/packages/palmunits/Makefile.fpc.fpcmake +++ b/packages/palmunits/Makefile.fpc.fpcmake @@ -4,7 +4,7 @@ [package] name=palmunits -version=3.1.1 +version=3.3.1 [target] units=aboutbox alarmmgr applaunchcmd attentionmgr bitmap category chars clipboard \ diff --git a/packages/palmunits/fpmake.pp b/packages/palmunits/fpmake.pp index e57ddb86fd..eb6cce1d48 100644 --- a/packages/palmunits/fpmake.pp +++ b/packages/palmunits/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.OSes := [palmos]; P.SourcePath.Add('src'); -- cgit v1.2.1