Skip to content

Commit

Permalink
[PERFECTIVE] Updated Kactus2 project file.
Browse files Browse the repository at this point in the history
  • Loading branch information
epekkar committed Mar 28, 2019
1 parent d51b340 commit 66b5fff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions Kactus2.pri
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ HEADERS += ./editors/ComponentEditor/treeStructure/SingleIndirectInterfaceItem.h
./library/LibraryFilter.h \
./library/LibraryHandler.h \
./library/LibraryErrorModel.h \
./library/ItemExporter.h \
./library/LibraryItem.h \
./library/LibraryTreeFilter.h \
./library/LibraryTreeModel.h \
Expand Down Expand Up @@ -980,6 +981,7 @@ SOURCES += ./VersionHelper.cpp \
./Plugins/common/SourceHighlightStyle.cpp \
./library/DocumentFileAccess.cpp \
./library/DocumentValidator.cpp \
./library/ItemExporter.cpp \
./library/LibraryErrorModel.cpp \
./library/LibraryFilter.cpp \
./library/LibraryHandler.cpp \
Expand Down
14 changes: 7 additions & 7 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
#ifndef VERSIONNO__H
#define VERSIONNO__H

#define VERSION_FULL 3.6.808.0
#define VERSION_FULL 3.6.809.0

#define VERSION_BASEYEAR 0
#define VERSION_DATE "2019-03-28"
#define VERSION_TIME "11:51:05"
#define VERSION_TIME "12:46:13"

#define VERSION_MAJOR 3
#define VERSION_MINOR 6
#define VERSION_BUILDNO 808
#define VERSION_BUILDNO 809
#define VERSION_EXTEND 0

#define VERSION_FILE 3,6,808,0
#define VERSION_PRODUCT 3,6,808,0
#define VERSION_FILESTR "3,6,808,0"
#define VERSION_PRODUCTSTR "3,6,808,0"
#define VERSION_FILE 3,6,809,0
#define VERSION_PRODUCT 3,6,809,0
#define VERSION_FILESTR "3,6,809,0"
#define VERSION_PRODUCTSTR "3,6,809,0"

#endif

0 comments on commit 66b5fff

Please sign in to comment.