~ian-mcintosh/screenruler/trunk

« back to all changes in this revision

Viewing changes to screenruler.rb

  • Committer: Ian McIntosh
  • Date: 2011-06-11 21:43:49 UTC
  • Revision ID: ian@openanswers.org-20110611214349-akqjn0g17eilnsxz
-  bump version to 0.9.1 and change APP_VERSION from a float to a string. closes lp:335647

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
APP_COPYRIGHT                   = "Copyright (c) #{Time.now.year} Ian McIntosh"
34
34
APP_AUTHORS                     = ['Ian McIntosh <ian@openanswers.org>']
35
35
APP_ARTISTS                             = ['János Horváth <horvathhans@gmail.com>']
36
 
APP_VERSION                             = 0.9
 
36
APP_VERSION                             = '0.9.1'
37
37
APP_LOGO_FILENAME = 'screenruler-logo.png'
38
38
 
39
39
GCONF_ROOT              = '/apps/screenruler'