Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pyromaths
pyromaths
Commits
592efe37
Commit
592efe37
authored
May 23, 2018
by
Jérôme Ortais
Browse files
Pyromaths Release
parent
53b7feba
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
592efe37
...
...
@@ -5,7 +5,7 @@
### CONFIG
#
# Pyromaths version
VERSION
?=
18.5.
6
VERSION
?=
18.5.
7
# Archive format(s) produced by 'make src' (bztar,gztar,zip...)
FORMATS
?=
bztar,zip
# Verbosity and logging
...
...
debian/changelog
View file @
592efe37
pyromaths (18.5.7-1) bionic; urgency=medium
* Correction de bugs
-- Jérôme Ortais <jerome.ortais@pyromaths.org> Wed, 23 May 2018 18:32:38 +0200
pyromaths (18.5.6-1) bionic; urgency=medium
* Problème à la compilation des sources sur le ppa
...
...
src/pyromaths/Values.py
View file @
592efe37
...
...
@@ -62,7 +62,7 @@ else:
def
configdir
():
return
join
(
home
(),
".config"
,
"pyromaths"
)
VERSION
=
'18.5.
6
'
VERSION
=
'18.5.
7
'
COPYRIGHT_YEAR
=
strftime
(
'%Y'
)
COPYRIGHTS
=
_
(
u
'© 2006 – %s Jérôme Ortais<br/>
\n
'
\
u
'<span style=" font-size:small;">Pyromaths est distribué sous '
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment