Changeset 213

Show
Ignore:
Timestamp:
05/22/06 19:55:33 (2 years ago)
Author:
nicfit
Message:

Reset version to 0.1.0

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Makefile.in

    r211 r213  
    152152        mkdir -p www/mesk/releases 
    153153        mkdir www/mesk/releases/gentoo 
     154        # TODO 
    154155        #cp README.html ChangeLog COPYING NEWS TODO THANKS www/mesk 
    155156        #cd www/mesk && ln -s README.html index.html 
  • trunk/configure.ac

    r166 r213  
    1818AC_PREREQ([2.57]) 
    1919 
    20 AC_INIT([Mesk], [0.1.1], [Travis Shirk <travis@pobox.com>], [mesk]) 
     20AC_INIT([Mesk], [0.1.0], [Travis Shirk <travis@pobox.com>], [mesk]) 
    2121 
    2222EBUILD_RELEASE= 
     
    4040ACX_CHECK_GST_PYTHON([0.8.11]) 
    4141 
    42 #if test -f ./po/POTFILES; then 
    43 #    rm ./po/POT_FILES 
    44 #fi 
    45 #cp po/POTFILES.in po/POTFILES 
    46 #echo "etc/mesk.desktop.in" >> po/POTFILES 
    47 #echo "src/mesk_gui.glade" >> po/POTFILES 
    48  
    4942AC_CONFIG_FILES([Makefile\ 
    5043                 po/Makefile\