mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
finalizing 0126 dist
This commit is contained in:
@@ -6,7 +6,7 @@ REVISION=`head -1 ../../todo.txt | cut -c 1-4`
|
||||
# as of 100, just use 0100 everywhere to avoid confusion
|
||||
SHORT_REVISION=$REVISION
|
||||
|
||||
VERSIONED=`cat ../../app/Base.java | grep $REVISION`
|
||||
VERSIONED=`cat ../../app/src/processing/app/Base.java | grep $REVISION`
|
||||
if [ -z "$VERSIONED" ]
|
||||
then
|
||||
echo Fix the revision number in Base.java
|
||||
|
||||
@@ -4,7 +4,7 @@ REVISION=`head -c 4 ../../todo.txt`
|
||||
|
||||
# check to see if the version number in the app is correct
|
||||
# so that mikkel doesn't kick my ass
|
||||
VERSIONED=`cat ../../app/Base.java | grep $REVISION`
|
||||
VERSIONED=`cat ../../app/src/processing/app/Base.java | grep $REVISION`
|
||||
if [ -z "$VERSIONED" ]
|
||||
then
|
||||
echo Fix the revision number in Base.java
|
||||
|
||||
Reference in New Issue
Block a user