Skip to content

Commit 21db3a3

Browse files
committed
updated build date for patched version 2.4
1 parent 6d80baa commit 21db3a3

4 files changed

Lines changed: 9 additions & 1 deletion

File tree

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
socnetv (2.4-2) xenial; urgency=medium
2+
3+
* Fixed upstream version 2.4. See http://socnetv.org/ChangeLog
4+
5+
-- Dimitris V. Kalamaras <dimitris_kalamaras@yahoo.gr> Wed, 28 Feb 2018 14:18:03 +0300
6+
17
socnetv (2.4-1) xenial; urgency=medium
28

39
* New upstream version 2.4. See http://socnetv.org/ChangeLog

man/socnetv.1.gz

0 Bytes
Binary file not shown.

socnetv.spec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ rm -rf %{buildroot}/%{_datadir}/doc/%{name}
198198
#CHANGELOG SECTION
199199
#
200200
%changelog
201+
* Wed Feb 28 2018 Dimitris Kalamaras <dimitris.kalamaras@gmail.com> - 2.4-2
202+
- Synced with fixed table version from upstream
201203
* Tue Feb 27 2018 Dimitris Kalamaras <dimitris.kalamaras@gmail.com> - 2.4-1
202204
- Synced with new stable version from upstream
203205
* Wed Jul 5 2017 Dimitris Kalamaras <dimitris.kalamaras@gmail.com> - 2.3-1

src/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13840,7 +13840,7 @@ void MainWindow::slotHelpCheckUpdateParse(QNetworkReply *reply) {
1384013840
*/
1384113841
void MainWindow::slotHelpAbout(){
1384213842
int randomCookie=rand()%fortuneCookie.count();
13843-
QString BUILD="Tue Feb 27 21:13:49 EET 2018";
13843+
QString BUILD="Wed Feb 28 14:33:48 EET 2018";
1384413844
QMessageBox::about(
1384513845
this, tr("About SocNetV"),
1384613846
tr("<b>Soc</b>ial <b>Net</b>work <b>V</b>isualizer (SocNetV)") +

0 commit comments

Comments
 (0)