Skip to content

Commit 0ee24f0

Browse files
committed
changed default timestamp format
1 parent c4ad420 commit 0ee24f0

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

configure

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.71 for justniffer 0.5.21.
3+
# Generated by GNU Autoconf 2.71 for justniffer 0.5.22.
44
#
55
# Report bugs to <info@plecno.com>.
66
#
@@ -623,8 +623,8 @@ MAKEFLAGS=
623623
# Identity of this package.
624624
PACKAGE_NAME='justniffer'
625625
PACKAGE_TARNAME='justniffer'
626-
PACKAGE_VERSION='0.5.21'
627-
PACKAGE_STRING='justniffer 0.5.21'
626+
PACKAGE_VERSION='0.5.22'
627+
PACKAGE_STRING='justniffer 0.5.22'
628628
PACKAGE_BUGREPORT='info@plecno.com'
629629
PACKAGE_URL=''
630630

@@ -1389,7 +1389,7 @@ if test "$ac_init_help" = "long"; then
13891389
# Omit some internal or obsolete options to make the list less imposing.
13901390
# This message is too long to be a string in the A/UX 3.1 sh.
13911391
cat <<_ACEOF
1392-
\`configure' configures justniffer 0.5.21 to adapt to many kinds of systems.
1392+
\`configure' configures justniffer 0.5.22 to adapt to many kinds of systems.
13931393

13941394
Usage: $0 [OPTION]... [VAR=VALUE]...
13951395

@@ -1460,7 +1460,7 @@ fi
14601460

14611461
if test -n "$ac_init_help"; then
14621462
case $ac_init_help in
1463-
short | recursive ) echo "Configuration of justniffer 0.5.21:";;
1463+
short | recursive ) echo "Configuration of justniffer 0.5.22:";;
14641464
esac
14651465
cat <<\_ACEOF
14661466

@@ -1600,7 +1600,7 @@ fi
16001600
test -n "$ac_init_help" && exit $ac_status
16011601
if $ac_init_version; then
16021602
cat <<\_ACEOF
1603-
justniffer configure 0.5.21
1603+
justniffer configure 0.5.22
16041604
generated by GNU Autoconf 2.71
16051605

16061606
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2039,7 +2039,7 @@ cat >config.log <<_ACEOF
20392039
This file contains any messages produced by compilers while
20402040
running configure, to aid debugging if configure makes a mistake.
20412041

2042-
It was created by justniffer $as_me 0.5.21, which was
2042+
It was created by justniffer $as_me 0.5.22, which was
20432043
generated by GNU Autoconf 2.71. Invocation command line was
20442044

20452045
$ $0$ac_configure_args_raw
@@ -3012,7 +3012,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
30123012

30133013

30143014

3015-
printf "%s\n" "#define JUSTNIFFER_VERSION \"0.5.21\"" >>confdefs.h
3015+
printf "%s\n" "#define JUSTNIFFER_VERSION \"0.5.22\"" >>confdefs.h
30163016

30173017

30183018
printf "%s\n" "#define JUSTNIFFER_YEAR \"2025\"" >>confdefs.h
@@ -3532,7 +3532,7 @@ fi
35323532

35333533
# Define the identity of the package.
35343534
PACKAGE='justniffer'
3535-
VERSION='0.5.21'
3535+
VERSION='0.5.22'
35363536

35373537

35383538
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -19124,7 +19124,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1912419124
# report actual input values of CONFIG_FILES etc. instead of their
1912519125
# values after options handling.
1912619126
ac_log="
19127-
This file was extended by justniffer $as_me 0.5.21, which was
19127+
This file was extended by justniffer $as_me 0.5.22, which was
1912819128
generated by GNU Autoconf 2.71. Invocation command line was
1912919129

1913019130
CONFIG_FILES = $CONFIG_FILES
@@ -19192,7 +19192,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
1919219192
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1919319193
ac_cs_config='$ac_cs_config_escaped'
1919419194
ac_cs_version="\\
19195-
justniffer config.status 0.5.21
19195+
justniffer config.status 0.5.22
1919619196
configured by $0, generated by GNU Autoconf 2.71,
1919719197
with options \\"\$ac_cs_config\\"
1919819198

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ dnl
1010

1111
AC_PREREQ([2.71])
1212
AC_COPYRIGHT(2007-2025 (c) Plecno s.r.l)
13-
AC_INIT([justniffer],[0.5.21],[info@plecno.com])
14-
AC_DEFINE(JUSTNIFFER_VERSION, ["0.5.21"], [justniffer version])
13+
AC_INIT([justniffer],[0.5.22],[info@plecno.com])
14+
AC_DEFINE(JUSTNIFFER_VERSION, ["0.5.22"], [justniffer version])
1515
AC_DEFINE(JUSTNIFFER_YEAR, ["2025"], [justniffer year])
1616
#AC_CONFIG_MACRO_DIR([included])
1717
AM_INIT_AUTOMAKE

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
justniffer (0.5.21.noble) noble; urgency=low
1+
justniffer (0.5.22.noble) noble; urgency=low
22
* new timestamp format
33

44
-- Oreste Notelli <oreste.notelli@gmail.com> Tue, 15 Apr 2025 22:19:00 +0200

make-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
JUST_VERSION=0.5.21
2+
JUST_VERSION=0.5.22
33

44
TMP_DIR=/tmp
55
JUST_DIR=justniffer

0 commit comments

Comments
 (0)