Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
augustss committed Jan 4, 2025
1 parent b782a5b commit 4d98e87
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ nfibtest: bin/mhs bin/mhseval

######

VERSION=0.11.1.4
HVERSION=0,11,1,4
VERSION=0.11.1.5
HVERSION=0,11,1,5
MCABAL=$(HOME)/.mcabal
MCABALMHS=$(MCABAL)/mhs-$(VERSION)
MDATA=$(MCABALMHS)/packages/mhs-$(VERSION)/data
Expand Down
2 changes: 1 addition & 1 deletion MicroHs.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: MicroHs
version: 0.11.1.4
version: 0.11.1.5
-- *** When changing the version number, also
-- *** run 'sh updateversion.sh'
-- *** Yeah, it stinks.
Expand Down
2 changes: 1 addition & 1 deletion generated/mhs.c
Original file line number Diff line number Diff line change
Expand Up @@ -4907,7 +4907,7 @@ static unsigned char data[] = {
96,6,185,59,1,51,51,161,18,1,95,50,78,183,1,58,50,78,206,96,
190,238,159,5,238,173,18,96,0,0,58,96,62,80,37,224,138,0,8,118,
55,46,48,92,49,48,38,34,96,86,209,210,0,53,64,147,1,53,57,96,
19,184,126,2,50,53,56,66,11,0,48,175,190,128,6,96,5,226,229,1,
19,184,126,2,50,53,56,66,11,0,48,175,190,128,6,96,5,226,28,1,
0,58,96,51,128,45,2,55,32,58,64,50,128,166,0,58,64,15,128,10,
65,234,0,53,108,208,65,210,175,245,84,127,128,67,3,95,49,57,57,65,
80,90,45,129,120,64,85,129,151,130,39,0,53,145,72,1,53,52,64,157,
Expand Down
2 changes: 1 addition & 1 deletion lib/libs.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: libs
version: 0.11.1.4
version: 0.11.1.5
license: Apache
license-file: LICENSE
maintainer: lennart@augustsson.net
Expand Down
2 changes: 1 addition & 1 deletion paths/Paths_MicroHs.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ getDataDir :: IO FilePath
getDataDir = return "."

version :: Version
version = makeVersion [0,11,1,4]
version = makeVersion [0,11,1,5]

0 comments on commit 4d98e87

Please sign in to comment.