Skip to content

Commit

Permalink
Whoops, the version number is in both places. Bump the ant version nu…
Browse files Browse the repository at this point in the history
…mber, and set the yicf to point to it.
  • Loading branch information
isaacs committed Sep 10, 2009
1 parent e2f09b4 commit cb2f270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ant.properties
Expand Up @@ -3,6 +3,6 @@ lib.dir = lib
doc.dir = doc
build.dir = build
product.name = yuicompressor
version.number = 2.4.2
version.number = 2.4.3
jar.name = ${product.name}-${version.number}.jar
dist.package.name = ${product.name}-${version.number}
2 changes: 1 addition & 1 deletion yinst/yuicompressor.yicf
@@ -1,5 +1,5 @@
PRODUCT_NAME = yuicompressor
VERSION = 2.4.3
VERSION = `cat ant.properties | grep version.number | head -n1 | awk -F= '{print $2}'`
LONG_DESC = `cat ../doc/README`
SHORT_DESC = YUI Compressor
PERM = 0644
Expand Down

0 comments on commit cb2f270

Please sign in to comment.