Skip to content

Commit cf68769

Browse files
committed
Working on release
1 parent 12b807c commit cf68769

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/makefile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
draft: false
7171
prerelease: true
7272
files: |
73-
/tmp/dist/unix_sockets-*.tar.gz
73+
/tmp/dist/unix_sockets*.tar.gz
7474
7575
# - name: debug
7676
# if: ${{ failure() }}

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dnl to configure the system for the local environment.
1919
# so you can encode the package version directly into the source files.
2020
#-----------------------------------------------------------------------
2121

22-
AC_INIT([unix_sockets], [0.4])
22+
AC_INIT([unix_sockets], [0.4.1])
2323

2424
#--------------------------------------------------------------------
2525
# Call TEA_INIT as the first TEA_ macro to set up initial vars.

0 commit comments

Comments
 (0)