~ubuntu-branches/ubuntu/maverick/poedit/maverick

« back to all changes in this revision

Viewing changes to chversion.sh

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-09-16 19:47:00 UTC
  • mfrom: (0.2.9 upstream) (1.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20080916194700-ueyef0pgklk3u50k
Tags: 1.4.2-2
Adding debug package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
replace_ver src/edapp.cpp \
30
30
            '\(wxString version(_T("\).*\("));\)' "\1$VER_SHORT\2"
31
31
 
32
 
for i in locales/*.po ; do
 
32
for i in locales/*.po locales/*.pot ; do
33
33
    replace_ver $i \
34
34
                '\(Project-Id-Version:\)[^\\]*' "\1 Poedit $VER_SHORT"
35
35
done