Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
brummer10 committed Apr 17, 2021
1 parent f9e08b2 commit 6b1c001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
NAME = Mamba
EXEC_NAME = $(shell echo $(NAME) | tr A-Z a-z)
BUILD_DIR = build
VER = 2.1
VER = 2.2

LIB_DIR := ../libxputty/libxputty/
HEADER_DIR := $(LIB_DIR)include/
Expand Down

2 comments on commit 6b1c001

@cbix
Copy link

@cbix cbix commented on 6b1c001 Apr 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@brummer10 on the release the bundled source is not attached as a release asset, resulting in a URL with different schema: https://github.com/brummer10/Mamba/files/6329780/Mamba_2.2.tar.gz vs. https://github.com/brummer10/Mamba/releases/download/v2.1/Mamba_2.1.tar.gz.
This will probably break some build scripts for packages on an update. Could you add it as an asset again please? Thanks 🎉

@brummer10
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, done.

Please sign in to comment.