Skip to content

Commit

Permalink
vendor: bump version 2.1.0 -> 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Apr 29, 2024
1 parent 7e99a36 commit a8fdfea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

stdenv.mkDerivation {
pname = "nixd";
version = "2.1.0";
version = "2.1.1";

src = ./.;

Expand Down
2 changes: 1 addition & 1 deletion libnixf/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ libnixf = library(

pkgconfig.generate(
name: 'libnixf',
version: '2.1.0',
version: '2.1.1',
description: 'libnixf',
libraries: libnixf
)
Expand Down
2 changes: 1 addition & 1 deletion libnixt/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ libnixt = library('nixt',
)

pkgconfig.generate(name: 'libnixt',
version: '2.1.0',
version: '2.1.1',
description: 'nix tooling',
subdirs: [ 'nixt' ],
libraries: libnixt
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project( 'nixd'
, ['c', 'cpp']
, default_options : ['cpp_std=gnu++20']
, version: '2.1.0'
, version: '2.1.1'
)

config_h = configuration_data()
Expand Down

0 comments on commit a8fdfea

Please sign in to comment.