File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
# We should have a script that changes it everywhere it is needed and
11
11
# syncs it with current git tag.
12
12
#
13
- VERSION = 16.1-git
13
+ VERSION = 16.1
14
14
15
15
INSTALL_INFO = install-info
16
16
Original file line number Diff line number Diff line change 1
- (define-package " haskell-mode" " 16.1-git " " A Haskell editing mode"
1
+ (define-package " haskell-mode" " 16.1" " A Haskell editing mode"
2
2
'((emacs " 24.3" ))
3
3
:url " https://github.com/haskell/haskell-mode"
4
4
:keywords '(" haskell" " cabal" " ghc" " repl" ))
Original file line number Diff line number Diff line change 12
12
; ; 2003 Dave Love <fx@gnu.org>
13
13
; ; 2016 Arthur Fayzrakhmanov
14
14
; ; Keywords: faces files Haskell
15
- ; ; Version: 16.1-git
15
+ ; ; Version: 16.1
16
16
; ; URL: https://github.com/haskell/haskell-mode
17
17
18
18
; ; This file is not part of GNU Emacs.
150
150
; ; All functions/variables start with `(literate-)haskell-'.
151
151
152
152
; ; Version of mode.
153
- (defconst haskell-version " 16.1-git "
153
+ (defconst haskell-version " 16.1"
154
154
" The release version of `haskell-mode' ." )
155
155
156
156
;;;### autoload
You can’t perform that action at this time.
0 commit comments