Skip to content

Commit

Permalink
Release version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Aug 8, 2024
1 parent 8b3c9d2 commit e7a5a69
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- mode: org -*-
* v4.0.0 UNRELEASED
* v4.0.0 2024-08-08

- Dropped support for Emacs 26. fd9d044

Expand Down
6 changes: 3 additions & 3 deletions borg.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
;; Homepage: https://github.com/emacscollective/borg
;; Keywords: tools

;; Package-Version: 3.3.1.50-git
;; Package-Version: 4.0.0
;; Package-Requires: (
;; (emacs "27.1")
;; (epkg "3.3.3")
;; (magit "3.3.0"))
;; (epkg "4.0.0")
;; (magit "4.0.0"))

;; SPDX-License-Identifier: GPL-3.0-or-later

Expand Down
4 changes: 2 additions & 2 deletions docs/borg.org
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
#+texinfo_dir_category: Emacs
#+texinfo_dir_title: Borg: (borg).
#+texinfo_dir_desc: Assimilate Emacs packages as Git submodules
#+subtitle: for version 3.3.1.50-git
#+subtitle: for version 4.0.0

#+setupfile: .orgconfig

The Borg assimilate Emacs packages as Git submodules. Borg is a
bare-bones package manager for Emacs packages.

#+texinfo: @noindent
This manual is for Borg version 3.3.1.50-git.
This manual is for Borg version 4.0.0.

#+texinfo: @insertcopying
:END:
Expand Down
4 changes: 2 additions & 2 deletions docs/borg.texi
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ General Public License for more details.
@finalout
@titlepage
@title Borg User Manual
@subtitle for version 3.3.1.50-git
@subtitle for version 4.0.0
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
Expand All @@ -48,7 +48,7 @@ The Borg assimilate Emacs packages as Git submodules. Borg is a
bare-bones package manager for Emacs packages.

@noindent
This manual is for Borg version 3.3.1.50-git.
This manual is for Borg version 4.0.0.

@insertcopying
@end ifnottex
Expand Down

0 comments on commit e7a5a69

Please sign in to comment.