Skip to content
This repository has been archived by the owner on Dec 5, 2020. It is now read-only.

Commit

Permalink
Bump version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasschnelli committed Mar 15, 2017
1 parent 5fde614 commit 520f2c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.68])
AC_INIT([Digital Bitbox CLI],[2.1.0],[https://github.com/jonasschnelli/dbb_cli/issues],[dbb_cli])
AC_INIT([Digital Bitbox CLI],[2.1.1],[https://github.com/jonasschnelli/dbb_cli/issues],[dbb_cli])
AC_CONFIG_SRCDIR([src/config])
AC_CONFIG_HEADERS([src/config/dbb-config.h])
AX_PREFIX_CONFIG_H([src/config/_dbb-config.h], [DBB])
Expand Down
6 changes: 3 additions & 3 deletions mac/appfolder/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<string>APPL</string>

<key>CFBundleGetInfoString</key>
<string>2.1.0, Copyright © 2016 Digital Bitbox</string>
<string>2.1.1, Copyright © 2016 Digital Bitbox</string>

<key>CFBundleShortVersionString</key>
<string>2.1.0</string>
<string>2.1.1</string>

<key>CFBundleVersion</key>
<string>2.1.0</string>
<string>2.1.1</string>

<key>CFBundleSignature</key>
<string>????</string>
Expand Down

0 comments on commit 520f2c4

Please sign in to comment.