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 12b807c commit cf68769Copy full SHA for cf68769
.github/workflows/makefile.yml
@@ -70,7 +70,7 @@ jobs:
70
draft: false
71
prerelease: true
72
files: |
73
- /tmp/dist/unix_sockets-*.tar.gz
+ /tmp/dist/unix_sockets*.tar.gz
74
75
# - name: debug
76
# if: ${{ failure() }}
configure.ac
@@ -19,7 +19,7 @@ dnl to configure the system for the local environment.
19
# so you can encode the package version directly into the source files.
20
#-----------------------------------------------------------------------
21
22
-AC_INIT([unix_sockets], [0.4])
+AC_INIT([unix_sockets], [0.4.1])
23
24
#--------------------------------------------------------------------
25
# Call TEA_INIT as the first TEA_ macro to set up initial vars.
0 commit comments