[Kst] kdeextragear-2/kst
George Staikos
staikos at kde.org
Wed Sep 24 20:06:40 CEST 2003
CVS commit by staikos:
open 0.93 development and remove a spurious semicolon
M +2 -2 kst.lsm 1.6
M +1 -1 kst.spec.in 1.6
M +2 -2 kst/main.cpp 1.36
--- kdeextragear-2/kst/kst.lsm #1.5:1.6
@@ -1,5 +1,5 @@
Begin3
Title: Kst
-Version: 0.92
+Version: 0.93-devel
Entered-date:
Description: A data viewing program.
@@ -10,5 +10,5 @@
Home-page: http://omega.astro.utoronto.ca/
Original-site:
-Platforms: Linux and other Unices
+Platforms: Linux and other Unices
Copying-policy: GNU Public License
End
--- kdeextragear-2/kst/kst.spec.in #1.5:1.6
@@ -5,5 +5,5 @@
Summary: A data viewing program for KDE.
Name: kst
-Version: 0.92
+Version: 0.93-devel
Release: 1
Source0: kst-%{version}.tar.gz
--- kdeextragear-2/kst/kst/main.cpp #1.35:1.36
@@ -204,5 +204,5 @@ int main(int argc, char *argv[]) {
KAboutData aboutData( "kst", I18N_NOOP("Kst"),
- "0.92", description, KAboutData::License_GPL,
+ "0.93-devel", description, KAboutData::License_GPL,
I18N_NOOP("(c) 2000-2003 Barth Netterfield"),
0,
@@ -224,5 +224,5 @@ int main(int argc, char *argv[]) {
if (app.isRestored()) {
- RESTORE(KstApp);
+ RESTORE(KstApp)
} else {
KstApp *kst = new KstApp;
More information about the Kst
mailing list