Skip to content

Commit

Permalink
Release version 3.0.0
Browse files Browse the repository at this point in the history
Also bump the `epkg-db-version' to 3.
  • Loading branch information
tarsius committed Sep 19, 2017
1 parent c748918 commit 1768e91
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- mode: org -*-

* v3.0.0 UNRELEASED
* v3.0.0 2017/09/19

- Melpa and GNU Elpa recipes are now stored as objects. These recipes
can still be accessed as slots of Epkg objects, but they can also be
Expand Down
2 changes: 1 addition & 1 deletion epkg.el
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

;;; Options

(defconst epkg-db-version 2)
(defconst epkg-db-version 3)

(defconst epkg-origin-url "https://github.com/emacsmirror/epkgs.git"
"The url of the remote Emacsmirror repository.")
Expand Down
4 changes: 2 additions & 2 deletions epkg.org
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#+TEXINFO_DIR_CATEGORY: Emacs
#+TEXINFO_DIR_TITLE: Epkg: (epkg).
#+TEXINFO_DIR_DESC: Browse the Emacsmirror's database
#+SUBTITLE: for version 2.3.0 (v2.3.0-7-g11e8cc6+1)
#+SUBTITLE: for version 3.0.0 (v3.0.0)

#+TEXINFO_DEFFN: t
#+OPTIONS: H:4 num:4 toc:2
Expand All @@ -17,7 +17,7 @@ With Epkg you can browse the Emacsmirror package database using an
interface similar to that of ~package.el~.

#+BEGIN_QUOTE
This manual is for Epkg version 2.3.0 (v2.3.0-7-g11e8cc6+1).
This manual is for Epkg version 3.0.0 (v3.0.0).

Copyright (C) 2016-2017 Jonas Bernoulli <[email protected]>

Expand Down
4 changes: 2 additions & 2 deletions epkg.texi
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ General Public License for more details.
@finalout
@titlepage
@title Epkg User Manual
@subtitle for version 2.3.0 (v2.3.0-7-g11e8cc6+1)
@subtitle for version 3.0.0 (v3.0.0)
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
Expand All @@ -47,7 +47,7 @@ With Epkg you can browse the Emacsmirror package database using an
interface similar to that of @code{package.el}.

@quotation
This manual is for Epkg version 2.3.0 (v2.3.0-7-g11e8cc6+1).
This manual is for Epkg version 3.0.0 (v3.0.0).
Copyright (C) 2016-2017 Jonas Bernoulli <jonas@@bernoul.li>
Expand Down

0 comments on commit 1768e91

Please sign in to comment.