diff options
author | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2018-08-18 15:47:44 +0000 |
---|---|---|
committer | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2018-08-18 15:47:44 +0000 |
commit | 89592527992f9ce132524a5b2ae2c80cb3c4c587 (patch) | |
tree | 091599f51be9799a6b5360ba3c8b639ac6955219 /packages/palmunits | |
parent | 2922eb7e454b787e636aa5f14cc3ccfa13a30f40 (diff) | |
download | fpc-89592527992f9ce132524a5b2ae2c80cb3c4c587.tar.gz |
* trunk to 3.3.1
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@39635 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/palmunits')
-rw-r--r-- | packages/palmunits/Makefile | 2 | ||||
-rw-r--r-- | packages/palmunits/Makefile.fpc | 2 | ||||
-rw-r--r-- | packages/palmunits/Makefile.fpc.fpcmake | 2 | ||||
-rw-r--r-- | packages/palmunits/fpmake.pp | 2 |
4 files changed, 4 insertions, 4 deletions
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'); |