Skip to content

Commit

Permalink
bump version 15.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hlamer committed Nov 30, 2015
1 parent 69dd75e commit 28411d6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ all install:


bump-version:
enki enki/core/defines.py +10
enki enki/core/defines.py +9
enki rpm/enki.spec +8
enki win/Enki.iss +31
enki win/Enki.iss +11


changelog-update:
Expand Down
2 changes: 1 addition & 1 deletion enki/core/defines.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
PACKAGE_NAME = "Enki"
PACKAGE_ORGANISATION = "Andrei Kopats"
PACKAGE_URL = "https://enki-editor.org"
PACKAGE_VERSION = "15.06.0"
PACKAGE_VERSION = "15.11.0"
PACKAGE_COPYRIGHTS = "(C) 2015 Andrei KOPATS"

QUTEPART_SUPPORTED_MAJOR = 2
Expand Down
2 changes: 1 addition & 1 deletion rpm/enki.spec
Original file line number Diff line number Diff line change
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.06.0
Version: 15.11.0
Release: 5%{?dist}
Summary: Advanced text editor for programmers
Group: Productivity/Text/Editors
Expand Down
2 changes: 1 addition & 1 deletion win/Enki.iss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
;
; Provide a few handy definitions to avoid repetition.
#define PRODUCT_NAME 'Enki'
#define PRODUCT_VERSION '15.06.0'
#define PRODUCT_VERSION '15.11.0'

[Setup]
AppName={#PRODUCT_NAME}
Expand Down

0 comments on commit 28411d6

Please sign in to comment.