Skip to content

Commit

Permalink
Updated for 2.5.10 stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalo committed Apr 6, 2016
1 parent 9aa5ad1 commit 2a596d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ gphoto2-updater
Gphoto2 and libGphoto2 compiler and installer script
http://github.com/gonzalo/gphoto2-updater

This script allows to install last development (currently 2.5.9.1) and last
stable (2.5.9) releases of gphoto2 and libGphoto2 based on
This script allows to install last development and last
stable (2.5.10) releases of gphoto2 and libGphoto2 based on
[git repositories](https://github.com/gphoto/)

This script was initially created for Raspbian http://www.raspbian.org
Expand Down
5 changes: 3 additions & 2 deletions gphoto2-updater.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Gphoto2 compiler and installer script v0.5
# Gphoto2 compiler and installer script
#
# This script is specifically created for Raspbian http://www.raspbian.org
# and Raspberry Pi http://www.raspberrypi.org but should work over any
Expand All @@ -16,6 +16,7 @@
# Updated for gphoto2 2.5.8 by scribblemaniac
# Updated for gphoto2 2.5.9 at GitHub by Gonzalo Cao
# Updated for last development release at GitHub by Gonzalo Cao
# Updated for gphoto2 2.5.10 by Gonzalo Cao

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand All @@ -30,7 +31,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

latest_stable_version=2_5_9
latest_stable_version=2_5_10
display_version=$(echo ${latest_stable_version} | tr '_' '.')
branch_libgphoto=''
branch_gphoto=''
Expand Down

0 comments on commit 2a596d7

Please sign in to comment.