Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
makefilet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Konrad Mohrfeldt
makefilet
Commits
06ca549d
Commit
06ca549d
authored
1 year ago
by
Lars Kruse
Browse files
Options
Downloads
Patches
Plain Diff
Bump version: 0.14.4 -> 0.15.0
parent
552d8a32
Branches
Branches containing commit
Tags
v0.15.0
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.bumpversion.cfg
+1
-1
1 addition, 1 deletion
.bumpversion.cfg
VERSION
+1
-1
1 addition, 1 deletion
VERSION
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
main.mk
+1
-1
1 addition, 1 deletion
main.mk
makefilet-download-ondemand.mk
+1
-1
1 addition, 1 deletion
makefilet-download-ondemand.mk
with
10 additions
and
4 deletions
.bumpversion.cfg
+
1
−
1
View file @
06ca549d
[bumpversion]
current_version
=
0.1
4.4
current_version
=
0.1
5.0
[bumpversion:file:VERSION]
...
...
This diff is collapsed.
Click to expand it.
VERSION
+
1
−
1
View file @
06ca549d
0.1
4.4
0.1
5.0
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
06ca549d
makefilet (0.15.0-1) unstable; urgency=medium
* New upstream release
-- Lars Kruse <devel@sumpfralle.de> Sat, 09 Mar 2024 02:05:45 +0100
makefilet (0.14.4-1) unstable; urgency=medium
* New upstream release
...
...
This diff is collapsed.
Click to expand it.
main.mk
+
1
−
1
View file @
06ca549d
...
...
@@ -10,7 +10,7 @@ DIR_DIST ?= dist
# e.g. for "debian/rules install"
DESTDIR
?=
root
MAKEFILET_CURRENT_VERSION
=
0.1
4.4
MAKEFILET_CURRENT_VERSION
=
0.1
5.0
include
$(DIR_MAKEFILET)/base.mk
include
$(DIR_MAKEFILET)/deprecations.mk
...
...
This diff is collapsed.
Click to expand it.
makefilet-download-ondemand.mk
+
1
−
1
View file @
06ca549d
...
...
@@ -4,7 +4,7 @@
# * on-demand download (temporarily stored in the local 'build/' directory)
# alternative version: "main" (the tip of the current development branch)
MAKEFILET_DOWNLOAD_VERSION
?=
v0.1
4.4
MAKEFILET_DOWNLOAD_VERSION
?=
v0.1
5.0
ifneq
($(MAKEFILET_DOWNLOAD_URL_TEMPLATE),)
$(
warning
'MAKEFILET_DOWNLOAD_URL_TEMPLATE'
is deprecated. Use
'MAKEFILET_DOWNLOAD_URL_TEMPLATES'
instead.
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment