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 fi
jobs: jobs:
"mint19": "mint20":
<<: *shared <<: *shared
docker: docker:
- image: linuxmintd/mint19-amd64 - image: linuxmintd/mint20-amd64
"lmde3": "lmde4":
<<: *shared <<: *shared
docker: docker:
- image: linuxmintd/lmde3-amd64 - image: linuxmintd/lmde4-amd64
workflows: workflows:
version: 2 version: 2
build: build:
jobs: jobs:
- "mint19" - "mint20"
- "lmde3" - "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 xed (2.6.1) ulyana; urgency=medium
[ NikoKrause ] [ NikoKrause ]

View File

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