Skip to content

Commit

Permalink
Version bump (cli), use PBRST by default in snap
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Jan 1, 2025
1 parent 5bd12e6 commit 1ced51f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define BIBREF_VERSION "2024Nov09"
#define BIBREF_VERSION "2025Jan01"

#include <iostream>
#include <sstream>
Expand Down
6 changes: 4 additions & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bibref
base: core20
version: '2024Feb13'
version: '2025Jan01'
summary: A tool that helps discovering internal references in the Bible
icon: logo-Psalm40-192.png
description: |
Expand All @@ -21,9 +21,11 @@ apps:

parts:
bibref:
build-packages: [cmake, libsword-utils, libsword-common, libsword-dev, build-essential, libboost-dev, libboost-filesystem-dev, libreadline-dev, pkg-config, unzip]
build-packages: [cmake, libsword-utils, libsword-common, libsword-dev, build-essential, libboost-dev, libboost-filesystem-dev, libreadline-dev, pkg-config, unzip, bison, flex]
source: https://github.com/kovzol/bibref.git
plugin: cmake
cmake-parameters:
- -DPBRST=ON
stage-packages: [libsword-1.8.1, libboost-filesystem1.71.0]
sword-modules:
plugin: nil
Expand Down

0 comments on commit 1ced51f

Please sign in to comment.