We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dddd9d8 commit e0dda96Copy full SHA for e0dda96
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.23)
2
3
-project(ssq VERSION 3.0.0)
+project(ssq VERSION 3.0.1)
4
add_library(ssq)
5
6
set_target_properties(ssq PROPERTIES
default.nix
@@ -1,7 +1,7 @@
{ pkgs ? import <nixpkgs> { } }:
pkgs.stdenv.mkDerivation {
pname = "libssq";
- version = "3.0.0";
+ version = "3.0.1";
src = ./.;
7
nativeBuildInputs = with pkgs; [ cmake ];
0 commit comments