Skip to content

Commit

Permalink
Update header and version string
Browse files Browse the repository at this point in the history
  • Loading branch information
sepen committed Jan 14, 2024
1 parent ed13574 commit c3466db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions portdbc.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* portdbc - CRUX's portdb command line client
*
* Copyright 2010-2019 Jose V Beneyto, <sepen@crux.nu>
* Copyright 2010-2024 Jose Beneyto
*
* Licensed under GPLv2, see file COPYING in this source tree.
*/
Expand All @@ -27,7 +27,7 @@
#define CMD_LIST 4
#define CMD_GETUP 5 // not used atm.

#define VERSION_STRING "portdbc 1.2 by Jose V Beneyto, <sepen@crux.nu>"
#define VERSION_STRING "portdbc 1.3"

size_t writeCallback(void *ptr, size_t size, size_t nmemb, void *stream)
{
Expand Down

0 comments on commit c3466db

Please sign in to comment.