diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-07-31 23:39:48 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-07-31 23:39:48 +0200 |
| commit | 372e249cb7ca0f7da468786f1d643cfc3905ffc6 (patch) | |
| tree | 9fa88d435164adb55eebbcbee6a21a5bc4c77a1e /DistUpgrade | |
| parent | bb6ff35e3a7f05513a3a742727577baf46f9d908 (diff) | |
| download | python-apt-372e249cb7ca0f7da468786f1d643cfc3905ffc6.tar.gz | |
* moved aptsources into the Common directory
Diffstat (limited to 'DistUpgrade')
| -rw-r--r-- | DistUpgrade/DistUpgrade.glade | 2 | ||||
| -rwxr-xr-x | DistUpgrade/build-tarball.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/DistUpgrade/DistUpgrade.glade b/DistUpgrade/DistUpgrade.glade index 91d5b33f..a31df120 100644 --- a/DistUpgrade/DistUpgrade.glade +++ b/DistUpgrade/DistUpgrade.glade @@ -38,7 +38,7 @@ <child> <widget class="GtkLabel" id="label_title"> <property name="visible">True</property> - <property name="label" translatable="yes"><span weight="bold" size="x-large">Upgrading to Ubuntu 6.06 LTS</span></property> + <property name="label" translatable="yes"><span weight="bold" size="x-large">Upgrading to Ubuntu 6.10</span></property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> diff --git a/DistUpgrade/build-tarball.sh b/DistUpgrade/build-tarball.sh index a30e40a0..4f88b848 100755 --- a/DistUpgrade/build-tarball.sh +++ b/DistUpgrade/build-tarball.sh @@ -1,6 +1,6 @@ #!/bin/sh -DIST=dapper +DIST=edgy # cleanup rm -f *~ *.bak *.pyc *.moved '#'* |
