Skip to content

Commit

Permalink
increase version number to 5.2 and start new cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
ivop committed Dec 30, 2013
1 parent 9ff72d4 commit b70402b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion fixversion.sh
Expand Up @@ -3,6 +3,6 @@
MAJOR=`grep MAJOR version.h | { read A B C; echo $C; }`
MINOR=`grep MINOR version.h | { read A B C; echo $C; }`

for i in rkparameters rkparametersblock rkmisc rkpad ; do
for i in rkparameters rkparametersblock rkmisc rkpad rkunsign ; do
sed -i "s/^\(MAJOR\)=.*/\1=$MAJOR/; s/.*\(MINOR\)=.*/\1=$MINOR/" $i
done
2 changes: 1 addition & 1 deletion rkmisc
Expand Up @@ -24,7 +24,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

MAJOR=5
MINOR=1
MINOR=2

test "$#" -eq 2 || { cat << __EOF__
Expand Down
2 changes: 1 addition & 1 deletion rkpad
Expand Up @@ -24,7 +24,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

MAJOR=5
MINOR=1
MINOR=2

test "$#" -eq 3 || { cat << __EOF__
Expand Down
2 changes: 1 addition & 1 deletion rkparameters
Expand Up @@ -24,7 +24,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

MAJOR=5
MINOR=1
MINOR=2

test "$#" -eq 3 || { cat << __EOF__
Expand Down
2 changes: 1 addition & 1 deletion rkparametersblock
Expand Up @@ -24,7 +24,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

MAJOR=5
MINOR=1
MINOR=2

test "$#" -eq 2 || { cat << __EOF__
Expand Down
2 changes: 1 addition & 1 deletion rkunsign
Expand Up @@ -24,7 +24,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

MAJOR=5
MINOR=1
MINOR=2

test "$#" -eq 2 || { cat << __EOF__
Expand Down
2 changes: 1 addition & 1 deletion version.h
@@ -1,5 +1,5 @@
#ifndef RKFLASHTOOL_VERSION_H
#define RKFLASHTOOL_VERSION_H
#define RKFLASHTOOL_VERSION_MAJOR 5
#define RKFLASHTOOL_VERSION_MINOR 1
#define RKFLASHTOOL_VERSION_MINOR 2
#endif

0 comments on commit b70402b

Please sign in to comment.