Skip to content

Commit

Permalink
Prepare v1.11.0-beta.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jetwhiz committed May 5, 2019
1 parent ea8b674 commit 64aeb69
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion encfs/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
#define STDC_HEADERS 1

/* Version number of package */
#define VERSION "1.11.0-beta1"
#define VERSION "1.11.0-beta.1"

/* xattr functions have additional options */
/* #undef XATTR_ADD_OPT */
Expand Down
2 changes: 1 addition & 1 deletion encfs/encfs-installer-legacy.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "encfs4win"
!define PRODUCT_VERSION "1.11.0-beta1"
!define PRODUCT_VERSION "1.11.0-beta.1"
!define PRODUCT_PUBLISHER "CEMi4"
!define HELPURL "https://github.com/jetwhiz/encfs4win"
!define ABOUTURL "https://encfs.win"
Expand Down
2 changes: 1 addition & 1 deletion encfs/encfs-installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

; Additional defines that can be given via cmd line
!ifndef PRODUCT_VERSION
!define PRODUCT_VERSION "1.11.0-beta1"
!define PRODUCT_VERSION "1.11.0-beta.1"
!endif

!ifndef DOKAN_VERSION
Expand Down
2 changes: 1 addition & 1 deletion package.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ REM along with this program. If not, see <http://www.gnu.org/licenses/>.
REM Up front environment variables
set PROJECT_DIR=%CD%
set DEP_DIR="%PROJECT_DIR%\..\encfs-bin\"
set PRODUCT_VERSION="1.11.0-beta1"
set PRODUCT_VERSION="1.11.0-beta.1"
set DOKAN_VERSION="1.2.2.1000"


Expand Down

0 comments on commit 64aeb69

Please sign in to comment.