File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ set(BLISP_PUBLIC_HEADERS
4242
4343set_target_properties (libblisp PROPERTIES
4444 PUBLIC_HEADER "${BLISP_PUBLIC_HEADERS} "
45- VERSION 0.0.4
45+ VERSION 0.0.5
4646 SOVERSION 1
4747 LIBRARY_OUTPUT_DIRECTORY "shared"
4848 OUTPUT_NAME "blisp" )
4949
5050set_target_properties (libblisp_static PROPERTIES
5151 PUBLIC_HEADER "${BLISP_PUBLIC_HEADERS} "
52- VERSION 0.0.4
52+ VERSION 0.0.5
5353 SOVERSION 1
5454 ARCHIVE_OUTPUT_DIRECTORY "static"
5555 OUTPUT_NAME "blisp" )
Original file line number Diff line number Diff line change 11[ ![ Hits] ( https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fpine64%2Fblisp&count_bg=%235791AC&title_bg=%23555555&icon=airplayaudio.svg&icon_color=%23D2D9DD&title=hits&edge_flat=false )] ( https://github.com/pine64/blisp/wiki/Update-Pinecil-V2 )
2- [ ![ GitHub all downloads] ( https://img.shields.io/github/downloads/pine64/blisp/total?color=5791ac&logo=docusign&logoColor=white )] ( https://github.com/pine64/blisp/releases/tag/v0.0.4 )
2+ [ ![ GitHub all downloads] ( https://img.shields.io/github/downloads/pine64/blisp/total?color=5791ac&logo=docusign&logoColor=white )] ( https://github.com/pine64/blisp/releases/tag/v0.0.5 )
33[ ![ Discord] ( https://img.shields.io/discord/463237927984693259?color=5791ac&logo=discord&logoColor=white )] ( https://discord.com/invite/pine64 )
4- [ ![ GitHub release] ( https://img.shields.io/github/v/release/pine64/blisp?color=5791ac )] ( https://github.com/pine64/blisp/releases/tag/v0.0.4 )
4+ [ ![ GitHub release] ( https://img.shields.io/github/v/release/pine64/blisp?color=5791ac )] ( https://github.com/pine64/blisp/releases/tag/v0.0.5 )
55
66<img src =" ./img/Gradient-white-blue-03.png " align =" left " width =" 60 " > <br clear =" left " />
77# BLISP
Original file line number Diff line number Diff line change 1313
1414stdenv . mkDerivation ( finalAttrs : {
1515 pname = "blisp" ;
16- version = "0.0.4 -unstable" ;
16+ version = "0.0.5 -unstable" ;
1717 src = self ;
1818
1919 nativeBuildInputs = [
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ int8_t args_parse_exec(int argc, char** argv) {
4545 print_help ();
4646 return BLISP_OK ;
4747 } else if (version -> count ) {
48- printf ("blisp v0.0.4 \n" );
48+ printf ("blisp v0.0.5 \n" );
4949 printf ("Copyright (C) 2023 Marek Kraus and PINE64 Community\n" );
5050 return BLISP_OK ;
5151 }
You can’t perform that action at this time.
0 commit comments