Skip to content

Commit

Permalink
Version 15.05
Browse files Browse the repository at this point in the history
  • Loading branch information
hlamer committed May 30, 2015
1 parent a722f2e commit 1afeb4f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
enki (15.05.0-1~ubuntuseries1) ubuntuseries; urgency=low

* Preview improvements

-- Andrei Kopats <hlamer@tut.by> Sat, 30 May 2015 22:07:50 +0300

enki (15.04.0-1~ubuntuseries1) ubuntuseries; urgency=medium

* Vim mode
Expand Down
4 changes: 2 additions & 2 deletions enki/core/defines.py
Expand Up @@ -6,11 +6,11 @@
PACKAGE_NAME = "Enki"
PACKAGE_ORGANISATION = "Andrei Kopats"
PACKAGE_URL = "https://enki-editor.org"
PACKAGE_VERSION = "15.04.0"
PACKAGE_VERSION = "15.05.0"
PACKAGE_COPYRIGHTS = "(C) 2015 Andrei KOPATS"

QUTEPART_SUPPORTED_MAJOR = 2
QUTEPART_SUPPORTED_MINOR = 0
QUTEPART_SUPPORTED_MINOR = 2

# Choose base config dir according to http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
if os.environ.get('XDG_CONFIG_HOME', ''): # if set and not empty
Expand Down
5 changes: 4 additions & 1 deletion rpm/enki.spec
Expand Up @@ -5,7 +5,7 @@
%global icon_cache_gtk_update /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :

Name: enki
Version: 15.04.0
Version: 15.05.0
Release: 5%{?dist}
Summary: Advanced text editor for programmers
Group: Productivity/Text/Editors
Expand Down Expand Up @@ -103,6 +103,9 @@ fi


%changelog
* Sat May 30 2015 Andrei Kopats <hlamer@tut.by> 15.05.0-12
- Preview improvements

* Mon Apr 27 2015 Andrei Kopats <hlamer@tut.by> 15.04.0-11
- Vim mode
- Literate programming and preview enhancements
Expand Down
2 changes: 1 addition & 1 deletion win/Enki.iss
Expand Up @@ -28,7 +28,7 @@
;
; Provide a few handy definitions to avoid repetition.
#define PRODUCT_NAME 'Enki'
#define PRODUCT_VERSION '15.04.0'
#define PRODUCT_VERSION '15.05.0'

[Setup]
AppName={#PRODUCT_NAME}
Expand Down

0 comments on commit 1afeb4f

Please sign in to comment.