Commit 07fad3ef86259826e806ed3cf37175d06aec1fb6

  • avatar
  • Gábor Lehel <illissius @gm…l.com>
  • Mon Aug 15 00:59:54 CEST 2005
die, bug.

svn path=/trunk/extragear/multimedia/amarok/; revision=449288
  
151151file = File.new( "amarok.h", File::RDWR )
152152str = file.read()
153153file.rewind()
154file.truncate(0)
154155str.sub!( /APP_VERSION \".*\"/, "APP_VERSION \"#{version}\"" )
155156file << str
156157file.close()