Skip to content

Commit

Permalink
Bump osx version
Browse files Browse the repository at this point in the history
  • Loading branch information
yousseb committed Nov 7, 2023
1 parent cdc0de2 commit 3cacbe1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions osx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
import os
import sys
from pathlib import Path
try:
from Foundation import NSBundle
except:
pass
from Foundation import NSBundle

__package__ = "meld"
__version__ = "3.21.0.osx3"
__version__ = "3.21.0.osx4"

APPLICATION_NAME = 'Meld'
APPLICATION_ID = 'org.gnome.Meld'
Expand Down

0 comments on commit 3cacbe1

Please # to comment.