2 Commits

Author SHA1 Message Date
Clement Lefebvre
22ddcc04e0 2.6.2 2020-06-24 12:45:16 +01:00
Clement Lefebvre
63f9ac4baf CI: Update targets 2020-06-24 12:44:49 +01:00
3 changed files with 13 additions and 7 deletions

View File

@@ -46,19 +46,19 @@ shared: &shared
fi
jobs:
"mint19":
"mint20":
<<: *shared
docker:
- image: linuxmintd/mint19-amd64
- image: linuxmintd/mint20-amd64
"lmde3":
"lmde4":
<<: *shared
docker:
- image: linuxmintd/lmde3-amd64
- image: linuxmintd/lmde4-amd64
workflows:
version: 2
build:
jobs:
- "mint19"
- "lmde3"
- "mint20"
- "lmde4"

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
xed (2.6.2) ulyana; urgency=medium
* CI: Update targets
-- Clement Lefebvre <root@linuxmint.com> Wed, 24 Jun 2020 12:44:58 +0100
xed (2.6.1) ulyana; urgency=medium
[ NikoKrause ]

View File

@@ -1,4 +1,4 @@
project('xed', 'c', version : '2.6.0')
project('xed', 'c', version : '2.6.2')
gnome = import('gnome')
i18n = import('i18n')