Skip to content

Commit

Permalink
Merge pull request #205 from alexlarsson/release-1.0
Browse files Browse the repository at this point in the history
Release 1.0
  • Loading branch information
alexlarsson authored Sep 26, 2023
2 parents a95115b + 9ff7ae8 commit a21eb03
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([composefs], [0.9.0], [[email protected]])
AC_INIT([composefs], [1.0.0], [[email protected]])
AC_CONFIG_SRCDIR([tools/mkcomposefs.c])
AC_CONFIG_HEADERS([config.h])
AC_SYS_LARGEFILE
Expand Down
2 changes: 1 addition & 1 deletion tests/test-checksums.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/bash

BINDIR="$1"
ASSET_DIR="$2"
Expand Down
2 changes: 1 addition & 1 deletion tests/test-lib.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/bash

fatal() {
echo $@ 1>&2; exit 1
Expand Down
2 changes: 1 addition & 1 deletion tests/test-random-fuse.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/bash

BINDIR="$1"

Expand Down
2 changes: 1 addition & 1 deletion tests/test-units.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/bash

BINDIR="$1"

Expand Down

0 comments on commit a21eb03

Please sign in to comment.