diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-09-07 16:07:06 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-09-07 16:07:06 +0000 |
commit | c5b9fa61ebd3277b1e512337d7d2249f89a209e8 (patch) | |
tree | a8748ccadf617ad61402fe921e59b19d01cbfdcd | |
parent | f75bb17bc75efecf9f4068fb1f87cb49d03ffc1f (diff) | |
download | drakx-c5b9fa61ebd3277b1e512337d7d2249f89a209e8.tar drakx-c5b9fa61ebd3277b1e512337d7d2249f89a209e8.tar.gz drakx-c5b9fa61ebd3277b1e512337d7d2249f89a209e8.tar.bz2 drakx-c5b9fa61ebd3277b1e512337d7d2249f89a209e8.tar.xz drakx-c5b9fa61ebd3277b1e512337d7d2249f89a209e8.zip |
12.48
-rw-r--r-- | perl-install/Makefile.config | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index b789100d1..c95051792 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=12.47 +VERSION:=12.48 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index 2d9a803dd..fcfe7db5e 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +Version 12.48 - 7 September 2009 + - mygtk2: o HScale widget: added digits and ref_value options o HScale widget: fix for value option diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index d306cf5b3..c59eb4604 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 12.48 - 7 September 2009 + - mygtk2: o HScale widget: added digits and ref_value options o HScale widget: fix for value option |