Skip to content

Commit

Permalink
Bump Dokany to 1.2.2.1000, openssl to 1.0.2r
Browse files Browse the repository at this point in the history
RC15
  • Loading branch information
jetwhiz committed Apr 7, 2019
1 parent 9d98326 commit e9693f3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build-dokany.bat
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ if defined USE_LEGACY_DOKAN (
set VERSION=v0.7.4
set VERSION_STR=0.7.4
) else (
set VERSION=v1.2.1.2000
set VERSION_STR=v1.2.1.2000
set VERSION=v1.2.2.1000
set VERSION_STR=v1.2.2.1000
)


Expand Down
4 changes: 2 additions & 2 deletions build-openssl.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ REM along with this program. If not, see <http://www.gnu.org/licenses/>.


REM versioning variables
set VERSION=1.0.2q
set VERSION_STR=1_0_2q
set VERSION=1.0.2r
set VERSION_STR=1_0_2r
set SOURCE_URI=https://github.com/openssl/openssl.git


Expand Down
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.10.1-RC14"
#define VERSION "1.10.1-RC15"

/* xattr functions have additional options */
/* #undef XATTR_ADD_OPT */
Expand Down
4 changes: 2 additions & 2 deletions package.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ 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.10.1-RC14"
set DOKAN_VERSION="1.2.1.2000"
set PRODUCT_VERSION="1.10.1-RC15"
set DOKAN_VERSION="1.2.2.1000"



Expand Down

0 comments on commit e9693f3

Please sign in to comment.