Skip to content

Commit

Permalink
new version of NiDB and squirrel
Browse files Browse the repository at this point in the history
  • Loading branch information
gbook committed May 10, 2024
1 parent 3977b02 commit b5d3c3c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/nidb/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define VERSION_H

#define VERSION_MAJ "2024"
#define VERSION_MIN "4"
#define BUILD_NUM "1085"
#define VERSION_MIN "5"
#define BUILD_NUM "1108"

#endif // VERSION_H
2 changes: 1 addition & 1 deletion src/setup/nidb.el8.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: nidb
Version: 2024.4.1085
Version: 2024.5.1108
Release: 1%{?dist}
Summary: NeuroInformatics Database

Expand Down
4 changes: 2 additions & 2 deletions src/setup/nidb.el9.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: nidb
Version: 2024.4.1085
Version: 2024.5.1108
Release: 1%{?dist}
Summary: NeuroInformatics Database

Expand Down Expand Up @@ -65,4 +65,4 @@ cp -f ~/Qt/6.6.3/gcc_64/plugins/sqldrivers/libqsqlmysql.so %{buildroot}/nidb/bin
/usr/lib/*

%post
/nidb/setup/rpm_post_install.sh
/nidb/setup/rpm_post_install.sh
1 change: 0 additions & 1 deletion src/squirrel/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ int main(int argc, char *argv[])
sqrl->Read();

sqrl->Debug("Reading package...", __FUNCTION__);
utils::Print("Reading package...");
if (object == "package") {
sqrl->PrintPackage();
}
Expand Down
4 changes: 2 additions & 2 deletions src/squirrel/squirrelVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#define SQUIRREL_VERSION_MIN "0"

#define UTIL_VERSION_MAJ "2024"
#define UTIL_VERSION_MIN "2"
#define UTIL_BUILD_NUM "158"
#define UTIL_VERSION_MIN "5"
#define UTIL_BUILD_NUM "218"

#endif // SQUIRRELVERSION_H

0 comments on commit b5d3c3c

Please sign in to comment.