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/os2units | |
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/os2units')
-rw-r--r-- | packages/os2units/Makefile | 2 | ||||
-rw-r--r-- | packages/os2units/Makefile.fpc | 2 | ||||
-rw-r--r-- | packages/os2units/Makefile.fpc.fpcmake | 2 | ||||
-rw-r--r-- | packages/os2units/fpmake.pp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/packages/os2units/Makefile b/packages/os2units/Makefile index cc55e3c6f6..c88b12e0c6 100644 --- a/packages/os2units/Makefile +++ b/packages/os2units/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=os2units -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/os2units/Makefile.fpc b/packages/os2units/Makefile.fpc index 795a4930b0..8f8a4efe97 100644 --- a/packages/os2units/Makefile.fpc +++ b/packages/os2units/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=os2units -version=3.1.1 +version=3.3.1 [require] packages=rtl fpmkunit diff --git a/packages/os2units/Makefile.fpc.fpcmake b/packages/os2units/Makefile.fpc.fpcmake index c67d1e251b..8a5c9eb512 100644 --- a/packages/os2units/Makefile.fpc.fpcmake +++ b/packages/os2units/Makefile.fpc.fpcmake @@ -4,7 +4,7 @@ [package] name=os2units -version=3.1.1 +version=3.3.1 [require] libc=y diff --git a/packages/os2units/fpmake.pp b/packages/os2units/fpmake.pp index 55e217f944..b8e7c3d454 100644 --- a/packages/os2units/fpmake.pp +++ b/packages/os2units/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.1.1'; + P.Version:='3.3.1'; P.OSes := [OS2,emx]; P.SourcePath.Add('src'); // P.Dependencies.Add('x11'); |